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

bellcode / lesson3-4-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 8a7f402a authored 4 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

auto save

parent a50ceeec
Hide whitespace changes
Inline Side-by-side
Showing with 22 additions and 0 deletions
  • diy1.py
diy1.py 0 → 100644
View file @ 8a7f402a
import turtle
pen=turtle.Pen()
pen.goto(0,-100)
screen=turtle.Screen()
screen.bgcolor("red")
pen.penup()
pen.write("bellcode的盗版不好玩,\nMicrosoft的正版,\n好玩!!!",font=("Times",30,"normil"))
pen.hideturtle()
penl=turtle.Pen()
penl.color("red")
penl.pensize(10)
penl.fillcolor("red")
penl.begin_fill()
penl.left(45)
penl.forward(100)
penl.circle(50,180)
penl.right(90)
penl.circle(50,180)
penl.forward(100)
penl.end_fill()
turtle.done()
\ No newline at end of file
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