開発環境
- OS X Mavericks - Apple(OS)
- Emacs (CUI)、BBEdit - Bare Bones Software, Inc. (GUI) (Text Editor)
- Python (プログラミング言語)
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 コメント:
コメントを投稿