7 lines
61 B
Text
7 lines
61 B
Text
|
|
if a:
|
||
|
|
pass
|
||
|
|
elseif b:
|
||
|
|
pass
|
||
|
|
else: # c, maybe?
|
||
|
|
pass
|