skip to main
|
skip to sidebar
deeply love python
2008年6月23日 星期一
loop
while ... else...
the else is executed if break is not excuted in the while
ex:
while x> 1:
if x>10
break
else
print x
for ... else is the same as while ... else ...
for applies to list, string , tuple
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (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
檢視我的完整簡介
沒有留言:
張貼留言