Untitled

Run Settings
LanguagePython
Language Version
Run Command
#!/usr/bin/python3 list=[1,2,3,4] it = iter(list) # 创建迭代器对象 for x in it: print (x, end=" ")
Editor Settings
Theme
Key bindings
Full width
Lines