Commit cf03d7c3 by BellCodeEditor

save project

parent e4fde94b
Showing with 21 additions and 7 deletions
name = 9 import turtle
float_num = 3.1415926 a=turtle.Pen()
name = "ws" a.shape("circle")
goods = ["ds","df","dy"] a.forward(200)
a.left(120)
a.forward(200)
a.left(120)
a.forward(200)
a.left(120)
a.forward(200)
a.left(120)
a.forward(200)
a.left(120)
a.forward(200)
a.left(120)
a.forward(200)
a.left(120)
a.forward(200)
a.left(120)
a.forward(200)
turtle.done()
print(type(goods))
print(type(num))
\ 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