[Python #4] update e26.py typo

This commit is contained in:
kjg 2020-05-25 23:58:31 +09:00
parent 176c03c1b5
commit eb61811d5c
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ print("We'd have {} beans, {} jars, and {} crates.".format(*formula))
people = 20
cats = 30
people = 20
dogs = 20
if people < cats:
print ("Too many cats! The world is doomed!")