From c8e4efc90cf950c4de0930f187a47b20fe60ce06 Mon Sep 17 00:00:00 2001 From: edwmorgan Date: Mon, 29 Jan 2018 16:01:10 -0500 Subject: [PATCH] Added inspiration --- closest_wendys.py | 1 + lo_shu.py | 1 + pig.py | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/closest_wendys.py b/closest_wendys.py index e87e6fa..0e81ee6 100644 --- a/closest_wendys.py +++ b/closest_wendys.py @@ -39,3 +39,4 @@ def distance_between(lat_1, lon_1, lat_2, lon_2): google_maps_url = google_maps_url.replace(' ', '+') webbrowser.open(google_maps_url) +print("You're done!") \ No newline at end of file diff --git a/lo_shu.py b/lo_shu.py index ae2e4a4..f9fd054 100644 --- a/lo_shu.py +++ b/lo_shu.py @@ -43,5 +43,6 @@ else: print("This is a valid Lo Shu Magic Square!") +print("You're done!") diff --git a/pig.py b/pig.py index 7d7b3fe..41e43c3 100644 --- a/pig.py +++ b/pig.py @@ -57,4 +57,6 @@ turn = "player" if comp_total > winning_score: print("The computer wins! " + str(comp_total) + " to " + str(player_total)) - done = True \ No newline at end of file + done = True + +print("You're done!") \ No newline at end of file