How do I print the error/exception in the except: block?
except:
try: ... except: print(exception)
← Назад к списку