462,899 views
30 votes
30 votes
[100 points] Fill in the missing word.

class CatLady(Exception):

pass


answer = input("How many cats do you have? ")

cats = int(answer)

try:

if cats > 5:

raise CatLady

else:

print("You have", cats, "cats")

__[BLANK]__ CatLady:

print("You have a lot of cats!")

User Morten Olsen
by
2.6k points

2 Answers

21 votes
21 votes

Answer:she has 3

Explanation: took the test

25 votes
25 votes

answer:The cat lady has 3 left cause of the amount

Step-by-step explanation:

User Robert Dolca
by
2.8k points