What will be the output of the following Python code snippet? for i in [1, 2, 3, 4][::-1]: print (i)