2014年2月1日土曜日

開発環境

Learning Python (Mark Lutz (著)、Oreilly & Associates Inc)のPart Ⅰ.(Getting Started)、Test Your Knowledge: Part I Exercises、4. (Scripts)を解いてみる。

その他参考書籍

4. (Scripts)

コード(BBEdit)

module1.py

#!/usr/bin/env python3
#-*- coding: utf-8 -*-

print('Hello module world!')

入出力結果(Terminal)

$ ./module1.py 
Hello module world!
$

0 コメント:

コメントを投稿