[Python #4] update e26.py typo
This commit is contained in:
parent
176c03c1b5
commit
eb61811d5c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ print("We'd have {} beans, {} jars, and {} crates.".format(*formula))
|
||||||
|
|
||||||
people = 20
|
people = 20
|
||||||
cats = 30
|
cats = 30
|
||||||
people = 20
|
dogs = 20
|
||||||
|
|
||||||
if people < cats:
|
if people < cats:
|
||||||
print ("Too many cats! The world is doomed!")
|
print ("Too many cats! The world is doomed!")
|
||||||
|
|
Loading…
Reference in a new issue