print関数で文字列を標準出力する。#以降はコメントとなる。
print
#
# Hello print("Hello, world")
% python3 hello.py Hello, world