Exercise 3.7

Run Settings
LanguagePython
Language Version
Run Command
input = list(range(1,101)) j = 0 for i in input: if i % 5 == 0: j = (i//5) print(i, '==' ,j, '*' ,5)
Editor Settings
Theme
Key bindings
Full width
Lines