こんにちは Python

新しいプログラミング言語を学ぶ時の伝統プログラム Hello World。

# a.py
def hello():
  print "Hello World"

hello()
 > python a.py
 Hello World

Python ページ