9 lines
96 B
Python
9 lines
96 B
Python
if (1, 2):
|
|
pass
|
|
|
|
for _ in range(5):
|
|
if True:
|
|
pass
|
|
elif (3, 4):
|
|
pass
|