码迷,mamicode.com
首页 > 编程语言 > 详细

python读入模板

时间:2019-05-02 09:31:27      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:exce   div   inpu   模板   font   class   pytho   nbsp   for   

多组数据读入

while 1:
	try:
		a, b = map(int,input(),split())
		print(a+b)
	except:
		break

t = int(input())
for i in range(t):
	a, b = map(int,input().split())
	print(a+b)

 

python读入模板

标签:exce   div   inpu   模板   font   class   pytho   nbsp   for   

原文地址:https://www.cnblogs.com/uid001/p/10801597.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!