Question: What am I doing wrong that mI am gettign this error? Here is what I put:import airline _ kiosk import airline _ luggage passenger _

What am I doing wrong that mI am gettign this error? Here is what I put:import airline_kiosk
import airline_luggage
passenger_name = input()
num_luggages = int(input())
print(airline_kiosk.check_in(passenger_name,num_luggages))
print(airline_luggage.check(passenger_name,num_luggages))
 What am I doing wrong that mI am gettign this error?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!