skip to main
|
skip to sidebar
deeply love python
2008年6月20日 星期五
slicing
apply to string, list
return a new string or list
ex:
a="test"
a[1:3]
---> es
( offset 1 to 2, not including 3)
a[1:]
--> est
( left offset defaults to the length of a)
a[:3]
--> tes
(right offset defaults to 0)
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
標籤
django general
django routing
django view
google api
google app engine
python general
python software
my other website
deeply love javascript & ajax
deeply love html & css
deeply love java
deeply love linux
deeply love apple & mac
deeply love ruby
deeply love activity
網誌存檔
▼
2008
(47)
►
12月
(1)
►
9月
(2)
►
8月
(12)
►
7月
(13)
▼
6月
(19)
module
loop
lambda
define class
set
file methods
sorted, type
for
dictionary
regular expression
string method
immutable object & mutable object
slicing
== & is
in-place changes & non in-place changes
list and tuple
dir & help
define method
variable in the function
關於我自己
彼得潘
App程式設計入門 iPhone . iPad 第二版 2012.2 App程式設計入門 iPhone . iPad 第一版 2010.11
檢視我的完整簡介
沒有留言:
張貼留言