Commit a46a18c4 by BellCodeEditor

save project

parent 39b6417c
Showing with 6 additions and 0 deletions
a=int(input("三位数:"))
b=a//100
c=a//10%10
d=a%10
print(d*100+c*10+b)
\ 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