Files
python-examples/src0/hello.py
2025-01-09 14:30:26 +09:00

4 lines
47 B
Python
Executable File

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