173k views
19 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!")

2 Answers

11 votes

Answer:she has 3

Explanation: took the test

User Gallop
by
4.6k points
3 votes

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

Step-by-step explanation:

User Georgy Grigoryev
by
3.9k points