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
Switch branch/tag
  • lesson3-1-1_DIY1
  • diy1.py
Find file
BlameHistoryPermalink
  • BellCodeEditor's avatar
    auto save · bcfab75f
    BellCodeEditor committed 2 years ago
    bcfab75f
diy1.py 202 Bytes
1 2 3 4 5 6 7 8 9 10
import turtle
# pen=turtle.Pen()
# pen.write("祝你\n别咳\n嗽了",font=("Times",40,"normal"))
# pen.hideturtle()
# # turtle.done()
#画圆⚪
# pen1=turtle.Pen()
# pen1.circle(100)
# turtle.done()
#