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 5767df4c authored 4 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent 2024696b
Show whitespace changes
Inline Side-by-side
Showing with 1 additions and 1 deletions
  • diy.py
diy.py
View file @ 5767df4c
...@@ -7,7 +7,7 @@ pen.pencolor("red") ...@@ -7,7 +7,7 @@ pen.pencolor("red")
pen1.penup() pen1.penup()
pen1.goto(100,50) pen1.goto(100,50)
pen1.write("你好,n/诺依",font=("Times",20,"normal")) pen1.write("你好,/n诺依",font=("Times",20,"normal"))
pen.left(45) pen.left(45)
pen.forward(x) pen.forward(x)
......
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