python3 Na
python3 Na a = input() for i in range(int(a)): b = input() l = [] l.append(b) s = max(l) print(s)
list 要宣告在迴圈外面。
收回回答。