Add hello.py

This commit is contained in:
postman 2021-12-28 19:37:23 +08:00
parent ff356d0498
commit 62dc95d925
1 changed files with 4 additions and 0 deletions

4
hello.py Normal file
View File

@ -0,0 +1,4 @@
a = 0
print("hello")
if a == 0:
print("ok")