Commit cf03d7c3 by BellCodeEditor

save project

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