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(
相關文章
相關標籤/搜索