Python上课笔记7:用户输入和while循环

7-1 汽汽车租赁 车租赁 :编写一个程序,询问用户要租赁什么样的汽车,并打印一条消息,如“Let me see if I can find you a Subaru”

ans = input("大佬你想要什么")
print("Let me see if I can find you a Subaru")

你可能感兴趣的:(python)