···7373 precision += 5
7474 time.sleep(5)
7575except:
7676- try:
7777- print("Saving your latest Pi to Pi.txt and exiting...")
7878- with open("pi.txt", "w") as f:
7979- f.write(str(pi_val))
8080- sys.exit()
8181- except:
8282- print("Unable to save to pi.txt. This could be because pi_val wasn't defined yet. Exiting..")
8383- sys.exit()7676+ print("\n")
7777+ print("Saving your latest Pi to Pi.txt and exiting...")
7878+ with open("pi.txt", "w") as f:
7979+ f.write(str(pi_val))
8080+ sys.exit()