Skip to content

Latest commit

 

History

History

assignment 02

What is the results of following code?

for i in [0, 1, 2, 3, 4]:
  print("Hello world!", i, "time")