diff --git a/Absolute Book/py3e_source/chapter08/critter_caretaker.py b/Absolute Book/py3e_source/chapter08/critter_caretaker.py index cb63c70..1bf3dee 100755 --- a/Absolute Book/py3e_source/chapter08/critter_caretaker.py +++ b/Absolute Book/py3e_source/chapter08/critter_caretaker.py @@ -84,4 +84,4 @@ def main(): print("\nSorry, but", choice, "isn't a valid choice.") main() -("\n\nPress the enter key to exit.") +input("\n\nPress the enter key to exit.")