将数据进行汇总,如数据相加,以此类推 汇总结果按照升序排列输出。 用以下代码作为输入,input语句中不要加提示性文字。 w1=input() w2=input()
def add(a, b): return a + b w1 = input() w2 = input()