My omnium-gatherom of scripts and source code.
at main 4 lines 66 B view raw
1arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] 2 3for i in arr: 4 print(i)