mirror of
https://github.com/python/cpython.git
synced 2025-10-22 17:33:55 +00:00
11 lines
173 B
Python
11 lines
173 B
Python
![]() |
if 1:
|
||
|
print("Hello " + "world")
|
||
|
if 0:
|
||
|
print("then")
|
||
|
print("clause")
|
||
|
elif 1:
|
||
|
pass
|
||
|
elif 1:
|
||
|
pass
|
||
|
else: print("else-clause")
|