Exception Handling in Python February 15, 2022 a = input()b = input()try: print("The sum of no is: ",int(a)+int(b))except Exception as e: print(e)print("this is important") Share Get link Facebook X Pinterest Email Other Apps Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment