ways to print error python code example Example: how to print error in try except python try: # some code except Exception as e: print("ERROR : "+str(e))