python输入求两个整数之和输入12输出3如何实现像左边那样的输入换行
a=int(input())b=int(input())print(a+b)
你可以用两个input,或者这个https://www.ycpai.cn/python/6mfz2Yi4.html