This commit is contained in:
Seika Ijichi 2024-05-31 03:23:04 +00:00
parent e1afbaaa41
commit 26063c0c73

7
hello.py Normal file
View file

@ -0,0 +1,7 @@
def HelloWorld(x):
print(x)
HelloWorld("print")