python除了string內建的功能之外,還有其他玩法,更重要的是配合其他內建的資料結構,像是list, tuple, dictionary進而產生強大的功能。以下就是一點點示範。
目前分類:Python (3)
- Sep 09 Thu 2010 15:23
[Python]玩字串
- Sep 08 Wed 2010 17:30
[Python]常用template
null
- Sep 06 Mon 2010 21:36
[Python]基本API
in: range (1,5)
out: [1, 2, 3, 4]