Commit 585c515e by BellCodeEditor

auto save

parent 1c197d62
Showing with 22 additions and 0 deletions
x = input("输入压岁钱:")
x = input("输入压岁钱:")
x = int(x)
y = x // 23
z = x % 23
#z = x - y * 23
print("购买了"+ str(y) +"本书,剩余"+ str(z) +"元")
\ No newline at end of file
import turtle
import turtle
pen = turtle.Pen()
pen.pencolor("pink")
# pen.left(105)
pen.pendown()
'''for i in range(5):
pen.circle(70,90)
pen.left(90)
pen.circle(70,90)
pen.left(90)
pen.right(30)'''
pen.hideturtle()
turtle.done()
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