forgeplus/dddd

5 lines
61 B
Plaintext
Raw Permalink Normal View History

2021-11-01 19:08:28 +08:00
print("hello")
if a == 0:
print("ok")
else:
print("not ok")