Python編程:從入門到實踐(課後習題7)

# 7-1 汽車租 car = input("What kind of car do you want to rent: ") print("Let me see if I can find you a " + car.title()) # 7-2 餐館訂位 restaurant = int(input("How many people are dining: ")) if restaurant
相關文章
相關標籤/搜索