test1234/hello.py
2024-05-31 03:23:04 +00:00

7 lines
No EOL
63 B
Python

def HelloWorld(x):
print(x)
HelloWorld("print")