diff --git a/ex03.py b/ex03.py index d0da21d..a98e626 100755 --- a/ex03.py +++ b/ex03.py @@ -1,7 +1,7 @@ print("I will now count my chickens:") print("Hens", 25 + 30 / 6) -print("Rosters", 100 - 25 * 3 % 4) +print("Roosters", 100 - 25 * 3 % 4) print("Now I will count the eggs:")