Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

bellcode / lesson3-1-1_DIY1

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit c7c33363 authored 3 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent e446b216
Hide whitespace changes
Inline Side-by-side
Showing with 5 additions and 4 deletions
  • 1.py
1.py
View file @ c7c33363
......@@ -4,17 +4,18 @@ pen.penup()
pen.goto(100,-100)
pen.pendown()
pen.write("杀马特团长,\n我在沈阳大街等你\n有你好果汁吃。",font=("time","20","normal"))
len=60
p=turtle.Turtle()
p.pensize(5)
p.pencolor("red")
p.fillcolor("red")
p.begin_fill()
p.left(45)
p.forward(100)
p.circle(50,180)
p.forward(2*len)
p.circle(len,180)
p.right(90)
p.circle(50,180)
p.forward(100)
p.circle(len,180)
p.forward(2*len)
p.end_fill()
screen=turtle.Screen()
screen.bgcolor("light yellow")
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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