Lecture 8 try,raise,except

Run Settings
LanguagePython
Language Version
Run Command
#Raise is for debugging try: print('hello') x=100 while x>-1: if x==50: raise x=x-1 print(x) except: print("i stop the program")
Editor Settings
Theme
Key bindings
Full width
Lines