Commit 091241ae by BellCodeEditor

auto save

parent ca6af209
Showing with 24 additions and 1 deletions
import turtle
t=turtle.Turtle()
t.penup()
t.goto(0,-200)
......
import turtle
t=turtle.Turtle()
t.pencolor("black")
t.penup()
t.goto(-100,100)
t.pendown()
t.forward(200)
t.right(90)
t.forward(200)
t.right(90)
t.forward(200)
t.right(90)
t.forward(200)
t.penup()
t.goto(0,0)
t.dot(20,"red")
t.penup()
a=6
#长方形的长
b=3
s=(a*b)
say("长方形的面积为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