Files
2021-03-12 09:39:57 -05:00

5 lines
44 B
Python

x:int = 0
for x in [1, 2, 3]:
print(x)