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

python掌握for语句

提问人:杨紫红发布时间:2020-11-20
语法格式:
for expression1  in iterable:
   for_suite

else:

     else_suite

例如:

image.png

结果:

image.png

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

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