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
    save project · a5ad02ec
    BellCodeEditor committed 3 years ago
    a5ad02ec
diy1.py 175 Bytes
1 2 3 4 5
import turtle
pen=Pen.turtle()
write("1+1+8+9+234567+88989889"font("time",40,"hormah"))
pen.write("1+1+/n8+9/n+234567/n+88989889/n"font=("time",50,"hormah"))
turtle.dane()