RosettaCodeData/Task/Shell-one-liner/Python/shell-one-liner-1.py
2023-07-01 13:44:08 -04:00

2 lines
34 B
Python

$ python -c 'print "Hello"'
Hello