4 lines
47 B
Python
Executable File
4 lines
47 B
Python
Executable File
#!/usr/bin/python
|
|
s = 'Hello, World!'
|
|
print(s)
|