corrected spelling mistake

"contine" to "continue"
This commit is contained in:
Nahid Mondol
2021-03-01 23:00:23 -05:00
parent d9abcf29d5
commit 479fc68057

View File

@@ -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: