用代码帮你了解Python基础(3)

用代码帮你了解Python基础(3)目录1.循环2.字典3.集合总结1.循环
# 1.for...in循环,依次把list或tuple中的每个元素迭代出来
studentNames