Counter

Run Settings
LanguagePython
Language Version
Run Command
# counter - count items in list my_list = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] total = 0 for num in my_list: total = total + num print(f"Total sum is: {total}")
Editor Settings
Theme
Key bindings
Full width
Lines