Commit 83584371 by BellCodeEditor

save project

parent 3174ef36
Showing with 8 additions and 0 deletions
import turtle
s=turtle.Screen()
r=int(s.textinput("请入","请入"))
bw=r//100
sw=(r//10)%10
gw=r%10
print("百",bw,"十",sw,"个",gw)
\ 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