Python 中如何实现多组的输入输出

多组数据的输入:python while True: try: a,b,c=map(int,input().split()) print(a+b+c) except: break 实现特定的次数的输入:数组 n=int(input()) print (n,type(n)) i=0 while i < n: a,b,c=map(
相关文章
相关标签/搜索