Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 130 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 130 Bytes

assignment 02

What is the results of following code?

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