位置:首页 > 软件操作教程 > 编程开发 > Python > 问题详情

Python 控制语句 for

提问人:杨紫红发布时间:2020-11-17

for语句的用法:

mylist = "for statement"

for word in mylist:

print word

else: #最终执行

    print "End list"

继续查找其他问题的答案?

相关视频回答
回复(0)
返回顶部