Python编程:从入门到实践——练习题答案(第七章)

第7章 用户输入和while循环 7-1 汽车租赁:编写一个程序,询问用户要租赁什么样的汽车,并打印一条消息, 如“Let me see if I can find you a Subaru”。python car = input('What kind of car do you want to rent?') print('Let me see if I can find you a ' + c
相关文章
相关标签/搜索