5 lines
44 B
Python
5 lines
44 B
Python
x:int = 0
|
|
for x in [1, 2, 3]:
|
|
print(x)
|
|
|
x:int = 0
|
|
for x in [1, 2, 3]:
|
|
print(x)
|
|
|