Answers for "try catch exception python without return"

2

python try without except

try:
    print('try to print this')
except:
    pass #do nothing
Posted by: Guest on August-15-2020

Code answers related to "try catch exception python without return"

Python Answers by Framework

Browse Popular Code Answers by Language