1001 A+B Format

Posted d-i-p

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1001 A+B Format相关的知识,希望对你有一定的参考价值。

技术图片

line = input()
lineList = line.split(" ")
res = eval(lineList[0] + "+" +lineList[1])
print("{:,}".format(res))

以上是关于1001 A+B Format的主要内容,如果未能解决你的问题,请参考以下文章

PAT甲级 1001. A+B Format (20)

1001A+B Format

1001 A+B Format

PAT甲级(1001:A+B Format)

1001 A+B Format

PAT 1001 A+B Format