UNIT 18.5

Run Settings
LanguagePython
Language Version
Run Command
i = 0 while True: if i % 10 != 3: i += 1 continue if i > 73: break print(i, end=' ') i += 1
Editor Settings
Theme
Key bindings
Full width
Lines