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

python 循环方式的遍历列表

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

>>> wizard_list = ['spider legs', 'toe of frog', 'snail tongue',

'bat wing', 'slug butter', 'bear burp']

>>> for i in wizard_list:

print(i)

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

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