I need only output code (py) very quickly needed

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter12: Exception Handling
Section: Chapter Questions
Problem 2CP
icon
Related questions
Question
I need only output code (py) very quickly needed
Objective
What is the output for the below code?
alass InvalidPassengerExoeption (Exception) :
pass
alass Booking:
def
init_ (self,passenger_list):
self.passenger_list-passenger_list
10
11
12
def validate passenger (self,passenger_id) :
flag=False
try:
for check_passenger in self.passenger list:
if check passenger== passenger id:
13
14
15
16
17
18
19
20
flag=True
if flag==False:
raise InvalidPassengerException
print ("Invalid passenger")
except InvalidPassengerException:
print ("Passenger exception within class")
booking list1=Booking ([101,106,107,110])
try:
booking listl.validate passenger (L03)
except Exception:
print ("Something is wrong")
except InvalidPassengerException:
print ("Passenger exception outside glass")
finally:
print ("Done")
You're being proc
Transcribed Image Text:Objective What is the output for the below code? alass InvalidPassengerExoeption (Exception) : pass alass Booking: def init_ (self,passenger_list): self.passenger_list-passenger_list 10 11 12 def validate passenger (self,passenger_id) : flag=False try: for check_passenger in self.passenger list: if check passenger== passenger id: 13 14 15 16 17 18 19 20 flag=True if flag==False: raise InvalidPassengerException print ("Invalid passenger") except InvalidPassengerException: print ("Passenger exception within class") booking list1=Booking ([101,106,107,110]) try: booking listl.validate passenger (L03) except Exception: print ("Something is wrong") except InvalidPassengerException: print ("Passenger exception outside glass") finally: print ("Done") You're being proc
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Fundamentals of Boolean Algebra and Digital Logics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT