空桌
Python从入门到实践7-1课后习题
Python从⼊门到实践7-1课后习题7.1汽车租赁:编写⼀个程序,询问⽤户要租赁什么样的汽车,并打印⼀条消息,如“Let me see if I can find you a Subaru”。cars = input("What's the car are you want to rent?")print("Let me see if I can find you a Subaru")7.2餐馆...
Python从⼊门到实践7-1课后习题7.1汽车租赁:编写⼀个程序,询问⽤户要租赁什么样的汽车,并打印⼀条消息,如“Let me see if I can find you a Subaru”。cars = input("What's the car are you want to rent?")print("Let me see if I can find you a Subaru")7.2餐馆...