Commit 7f70d6e3 by BellCodeEditor

auto save

parent 1ff958f2
Showing with 5 additions and 0 deletions
a = input("输入一个十位以内的数:")
a = int(a)
while a>0:
print(a%10,end = " ")
a = a//10
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