Commit 4771f8dd by BellCodeEditor

auto save

parent 6deb97cf
Showing with 5 additions and 0 deletions
a=int(input())
print("百:",a//100)
print("十:",a//10%10)
print("个:",a%10)
\ 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