From 479fc68057d2b9a19f9c7daeac0699cc88aee488 Mon Sep 17 00:00:00 2001 From: Nahid Mondol Date: Mon, 1 Mar 2021 23:00:23 -0500 Subject: [PATCH] corrected spelling mistake "contine" to "continue" --- 94 War/python/war.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/94 War/python/war.py b/94 War/python/war.py index ebd87036..f512a6fa 100755 --- a/94 War/python/war.py +++ b/94 War/python/war.py @@ -63,7 +63,7 @@ def main(): if input("Do you want directions ").lower().startswith("y"): print("The computer gives you and it a 'card'. The higher card") print("(numerically) wins. The game ends when you choose not to") - print("contine or when you have finished the pack.") + print("continue or when you have finished the pack.") keep_playing = True while keep_playing: