Commit 0897e1b3 by BellCodeEditor

auto save

parent 6bec222e
Showing with 0 additions and 27 deletions
name='悟空'
word='非常感谢'
print(name+' '+word)
\ No newline at end of file
import turtle
from time import sleep
pen=turtle.Pen()
pen.shape('turtle')
#sleep(2)
pen.speed(1000)
n=0
pen.color('yellow')
pen.fillcolor('red')
pen.begin_fill()
while n<36:
#sleep(2)
n+=1
pen.forward(200)
pen.left(170)
pen.end_fill()
pen.hideturtle()
turtle.done()
\ 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