11
Fourth part
nd return
Third part
except TooWide:
print("Your luggage will not fit in the overhead bln.")
21
class TooWide (Exception):
pass
11
try:
11
if width> 30:
else:
answer input('How wide is it?')
width= float(answer)
raise TooWide
Save and Exit
print("Have a nice tript")
Next

Answer :

Other Questions