Exercise: Tricky Counter

Run Settings
LanguagePython
Language Version
Run Command
#Counter my_list = [1,2,3,4,5,6,7,8,9,10] counter = 0 for item in my_list: counter = counter + item print(counter)
Editor Settings
Theme
Key bindings
Full width
Lines