標準出力 Hello, World!

端末画面に文字列を表示(標準出力)するには、print関数を使う。

print("Hello, world!")

上記は「Hello, world!」と出力。

標準エラー出力もprint関数でできる。