one-file-projects/test.py

6 lines
58 B
Python
Raw Normal View History

2014-11-04 13:06:32 +01:00
for x in [1]:
print(x)
else:
print("List empty")