Commit 40cb58d9 by BellCodeEditor

auto save

parent bf5268f4
Showing with 5 additions and 0 deletions
n = int(input("输入的数值量:"))
m = input("输入指定的数值").split(" ")
for i in range(n):
print(m[n-1-i])
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment