6 lines
58 B
Python
6 lines
58 B
Python
|
|
||
|
for x in [1]:
|
||
|
print(x)
|
||
|
else:
|
||
|
print("List empty")
|