for i in "hello world": print i
#效果如下
>>>
==========RESTART: C:/Python27/for.py =======================
h
e
l
l
o
w
o
r
l
d
>>>
时间: 2024-10-16 16:16:19
for i in "hello world": print i
#效果如下
>>>
==========RESTART: C:/Python27/for.py =======================
h
e
l
l
o
w
o
r
l
d
>>>