From f5b79cca2f88a4d4ccc5fa69e75049c59f3cc9e0 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Mon, 13 May 2024 11:05:04 -0500 Subject: [PATCH] Small typo --- roulette.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roulette.py b/roulette.py index 5b319f4..32a3640 100644 --- a/roulette.py +++ b/roulette.py @@ -9,7 +9,7 @@ while 1: print("Please enter the shells for this round.") print("How many live shells?") live = inputCast("> ", int) - print("How many blank shells??") + print("How many blank shells?") blank = inputCast("> ", int) total = blank + live round = 1