Commit f9ee2519 by BellCodeEditor

auto save

parent c6188a1e
Showing with 22 additions and 6 deletions
import pygame import turtle
turtle.pencolor('black')
turtle.pensize(10)
turtle.fillcolor('blue')
turtle.begin_fill()
turtle.circle(50)
turtle.end_fill()
turtle.forward(90)
turtle.left(360/5)
turtle.forward(180)
turtle.left(360/5)
turtle.forward(180)
turtle.left(360/3)
turtle.forward(90)
turtle.left(90)
turtle.forward(150)
turtle.hideturtle()
turtle.done()
# 初始化pygame,为使用pygame做准备
pygame.init()
# 创建一个窗口
??
\ 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