Files
python-examples/hello.py
2023-02-25 01:48:44 +09:00

4 lines
47 B
Python
Executable File

#!/usr/bin/python
s = 'Hello, World!'
print(s)