Python初学者教程:for循环和迭代器
循环:Python中的循环语句有 for 和 while。Python循环语句的控制结构图如下所示:>>>languages = ["C", "C++", "Perl", "Python"] >>> for x in lan