Commit c12f364d by BellCodeEditor

auto save

parent 58fce939
Showing with 20 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.goto(0,0)
pen.pensize(5)
pen.pencolor("red")
pen.fillcolor("yellow")
pen.begin_fill()
for i in range(5):
pen.forward(200)
pen.left(144)
pen.end_fill()
turtle.done()
\ No newline at end of file
n=int(input("输入压岁钱"))
print("可以购买",int(n/23),"本书,剩余",int(n%23),"元")
\ No newline at end of file
print("输入压岁钱")
print("输入压岁钱")
print("可以购买[]本书,剩余[]元")
\ 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