看星河的兔子的博客7-1 汽车租赁 :编写一个程序,询问用户要租赁什么样的汽车,并打印一条消息,如“LetmeseeifIcan find you a Subaru”。 message=input("What kind of car do you want to rent?") print('Let me see if I can find...
weixin_39633807的博客Python第七章第 7 章 用户输入和while循环7.1 函数input()的工作原理message = input("Tell me something, and I will repeat it back to you: ")print(message)7.1.1 编写清晰的程序name = input("Please enter ...