Small typo
This commit is contained in:
parent
448b1b8d77
commit
f5b79cca2f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue