Commit 7b9a1090 by BellCodeEditor

auto save

parent 33b2d8c0
Showing with 26 additions and 0 deletions
import turtle
p = turtle.Pen()
p.fillcolor("red")
p.shape("turtle")
# p.shapesize(10)
p.begin_fill()
for i in range(5):
p.forward(100)
p.left(144)
p.end_fill()
p.hideturtle()
turtle.done()
\ No newline at end of file
# name = "悟空"
# word = "欢迎你"
# print(name+word)
# a=1
# b=1.0
# c=[1,2,3]
# d="你好"
# print(type(a))
# print(type(b))
# print(type(c))
# print(type(d))
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