set(iterable)凡是可作用于for循环的对象都是Iterable类型集合数据类型如list、dict、str等是Iterable但不是Iterator参考:https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/00143178254193589df9c612d2449618ea460e7a672a366000
for
Iterable
list
dict
str
Iterator