import time import math def main(): print("Hello, this is Patrick") t0 = time.time() if __name__ == "__main__": main()