摘要: #1.定义一个说话的函数, # 如果别人调用这个函数的时候传递的是“你好”,就打印“你好中国人”, # 如果传递的是"hello"就打印"你好外国人"。 # 方法(1) 1 human = input("你说话吖") 2 def some_people(human): 3 for i in human: 4 if 0x4E00 0: 8 if ... 阅读全文