Skip to content

Instantly share code, notes, and snippets.

import time
print("calculator")
start = time.time()
restart = "yes"
while restart == "yes" or restart == "y" or restart == "yea" or restart == "yeah":