Answers for "hwoto neglect if any exception happening in python"

0

hwoto neglect if any exception happening in python

try:
    print(invalid-variable)
except Exception:
    pass

print("Exception ignored")
OUTPUT
Posted by: Guest on January-11-2021

Code answers related to "hwoto neglect if any exception happening in python"

Python Answers by Framework

Browse Popular Code Answers by Language