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
  • kdfsjsdljk;.py
Find file
BlameHistoryPermalink
  • BellCodeEditor's avatar
    save project · 795177fb
    BellCodeEditor committed a year ago
    795177fb
kdfsjsdljk;.py 198 Bytes
Edit
1 2 3 4 5
import turtle
pen=turtle.pen()
pen.write("hi,诺依\n用python写电子贺卡真是太有趣了~\n我也喜欢python~\n——悟空",font=("times",18,"normal"))
pen.hideturtle()
turtle.don()