python基础之for循环

对可迭代数据类型进行for遍历取值,str list tuple dict set range
在循环过程中不能对list、dict进行删除操作。
原文地址:https://www.cnblogs.com/meifei/p/11395929.html