shanshanlaichi/hello.py

4 lines
44 B
Python

a = 0
print("hello")
if a == 0:
print("ok")