Python习题

用Python写一个简单的对话

对话代码 print('----既然来了,就把代码打一遍吧。') name = input('告诉我,您的名字:') print('您好',name,'您今年多大了?') youage = int(i...
阅读全文