I want to see Error message and use try ~ except at the same time.
for example,
try: print(1/0)
except: print(1+2)
if there is a zerodivisionerro