test1234/hello.py

7 lines
63 B
Python
Raw Normal View History

2024-05-31 03:23:04 +00:00
def HelloWorld(x):
print(x)
HelloWorld("print")