≈佐

—— 有恒则成。

统计

最新评论

break语句

# Filename : break.py

while True:
    s
=raw_input('Enter something :')
    
if s=='quit':
        
break
    
print 'Length of the string is',len(s)
print 'Done' 

posted on 2009-06-16 23:15 ≈佐 阅读(82) 评论(0)  编辑  收藏 所属分类: Python知识