a = input("輸入的字符串為").split() #input()默認輸入的是字符串l=map(int,a) #將數值型字符串轉換成整數型for i in l: print(type(i),i) for i in ...
確定! 回上一頁