0
why getting "syntax error message" instead of "Error in try except block"
try: try: print(2 + "Hello") Except: print("Error occurred") except: print("Error in try except block")
2 Antworten
+ 6
Captitalzation maybe??? In one you have Except and in the other you have except.
0
Oh yes. You got it right. Thanks