Compare commits

...

1 Commits

Author SHA1 Message Date
postman 62dc95d925 Add hello.py 2021-12-28 19:37:23 +08:00
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")