開発環境
- OS X Yosemite - Apple (OS)
- Emacs (CUI)、BBEdit - Bare Bones Software, Inc. (GUI) (Text Editor)
- Python 3.4 (プログラミング言語)
Introducing Python: Modern Computing in Simple Packages(Bill Lubanovic (著)、 O'Reilly Media)のChapter 10(Systems)、Things to Do 10.4.を解いてみる。
Things to Do 10.4.
コード(Eacs, BBEdit)
#!/usr/bin/env python3
# -*-c doing: utf-8 -*_
import os
os.chdir('/usr/bin')
for dir in os.listdir('.')[:10]:
print(dir)
入出力結果(Terminal, IPython)
$ ./sample4.py 2to3 2to3- 2to3-2.7 2to32.6 a2p a2p5.16 a2p5.18 addftinfo afconvert afhash $
0 コメント:
コメントを投稿