forked from postwoman/forgeplus
5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
|
print("hello")
|
||
|
if a == 0:
|
||
|
print("ok")
|
||
|
else:
|
||
|
print("not ok")
|