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("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
|
||||||
|
|
Loading…
Reference in a new issue