diff --git a/kjg/python-the-hard-way/e26.py b/kjg/python-the-hard-way/e26.py index ada335a..47b151e 100644 --- a/kjg/python-the-hard-way/e26.py +++ b/kjg/python-the-hard-way/e26.py @@ -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!")