Commit baa434ae by BellCodeEditor

auto save

parent c6188a1e
Showing with 22 additions and 2 deletions
......@@ -4,4 +4,4 @@ import pygame
pygame.init()
# 创建一个窗口
??
\ No newline at end of file
#??
\ No newline at end of file
import turtle
pen1=pencolor("red")
pen1=shape("turtle")
pen1=turtle.Pen()
pen1_shape=False
pen1=fillcolor("blue")
pen1.begin_fill()
pen1.forword(100)
pen1.left(90)
pen1.forword(100)
pen1.left(90)
pen1.forword(100)
pen1.left(90)
pen1.forword(100)
pen1.left(90)
pen1.end_fill()
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