10.02.2008

Python, the functions I want to use - string

先記一下要用到的function:
"Parrot" 就是 ['P','a','r','r','o','t'] 的意思。
所以,
"Parrot"[ 0] 是 'P'
"Parrot"[-1] 是 't'

string.find(string,sub) : sub 在 string 中的位置,如果沒有,return -1。


剩下就是 create folder,create file , write file 的function了...

如果作完了再加上 UI。 -- wxPython.

2 則留言:

bravesheng 提到...

好認真唷,下班都在學Python. 我都還沒開始...

checko 提到...

不對喔...是上班也在學..(小聲說)