python練習-print str

for i in "hello world":
       print i

#效果如下

>>>    
==========RESTART: C:/Python27/for.py =======================    
h    
e    
l    
l    
o    
w    
o    
r    
l    
d    
>>>











發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章