assignment 02 What is the results of following code? for i in [0, 1, 2, 3, 4]: print("Hello world!", i, "time")