Small typo

This commit is contained in:
Firepup Sixfifty 2024-05-13 11:05:04 -05:00
parent 448b1b8d77
commit f5b79cca2f
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -9,7 +9,7 @@ while 1:
print("Please enter the shells for this round.") print("Please enter the shells for this round.")
print("How many live shells?") print("How many live shells?")
live = inputCast("> ", int) live = inputCast("> ", int)
print("How many blank shells??") print("How many blank shells?")
blank = inputCast("> ", int) blank = inputCast("> ", int)
total = blank + live total = blank + live
round = 1 round = 1