2026020401

Run Settings
LanguagePython
Language Version
Run Command
try: a = int(input('Please input a number (0-9):')) if a > 10: assert False, 'The number must be less than 9' print(a) except AssertionError as msg: print(msg) except TypeError: print('Program Error: It must be a number')
Editor Settings
Theme
Key bindings
Full width
Lines