Def Cartracker Parkinggarage Lists Range 0 6 Parkinggarageappend Input Adding Car Garage C Q37029998

def cartracker(): parkinggarage = lists () for i in range(0,6): parkinggarage.append(input(“adding the car to the garage:”)) carr = input(“which car would you like to retrive?:”) count = 0 while parkinggarage.pop() != carr: count + = 1 estimate = (count+1) * 10 mins to retrieve cars print(“It is going to take “,estimate,”minutes in order to be able to retrieve your car”)

I’m having trouble

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.