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
  • UTRJT.py
Find file
BlameHistoryPermalink
  • BellCodeEditor's avatar
    save project · cbc85818
    BellCodeEditor committed a year ago
    cbc85818
UTRJT.py 276 Bytes
1 2 3 4 5 6 7 8 9 10 11
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(-100,100)
pen.write("赋予法官关于。\n"
"各付各丰富的从。\n"
"士大夫士大夫士大夫百度。\n"
"额你欧皇日u好好的禁地。\n"
,font=("Times",15,"normal"))
pen.hideturtle()
turtle.done()