how to skip error with doing work in python code example Example: python try without except try: print('try to print this') except: pass #do nothing