#40298: python也可以用[::-1]


11213052@gm.hnvs.cy.edu.tw (13219林佰輪)

學校 : 不指定學校
編號 : 266563
來源 : [163.27.7.250]
最後登入時間 :
2024-11-14 14:19:03
f345. 新手練習題—陣列 -- wseds | From: [163.27.7.250] | 發表日期 : 2024-05-07 13:50

a=int(input())
b=list(map(str,input().split(" ")))
c=b[::-1]
print(*c)
 
ZeroJudge Forum