【《Python编程: 从入门到实践》习题答案--第七章:】

#本章节代码中暂不涉及try-catch,因此默认为用户输入的符合所须要的输入类型 # 7-1 汽车租赁 : 编写一个程序, 询问用户要租赁什么样的汽车, 并打印一条消息, 如“Let me see if I can find you a Subaru”。 msg = input('请输入您要租赁的汽车名称:') print('Let me see if I can find you a '
相关文章
相关标签/搜索