Commit 01ca5590 by BellCodeEditor

auto save

parent 80a789cf
Showing with 22 additions and 1 deletions
n=int(input("请输入小明原来购买的铅笔数量:"))
a=5*n+3
print("按照促销价格可以购买",a//4,"支钢笔","还剩余",a%4,"元。")
\ No newline at end of file
import turtle
a=turtle.Pen()
a.shape("circle")
a.pensize(5)
a.goto(200,100)
a.goto(200,-100)
a.goto(-200,-100)
a.goto(-200,100)
a.goto(200,100)
a.goto(0,0)
a.goto(-200,100)
a.hideturtle()
turtle.done()
\ No newline at end of file
print("a")
s=input("请输入下一句")
print(s)
\ 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