Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

Administrator / lesson7_2

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

save project

parent a1cf6ee9
Hide whitespace changes
Inline Side-by-side
Showing with 12 additions and 3 deletions
  • dfasfv.py
  • ett.py
dfasfv.py 0 → 100644
View file @ a9b9bcd4
import turtle
pen=turtle.Pen()
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
turtle.done()
\ No newline at end of file
This diff is collapsed. Click to expand it.
ett.py
View file @ a9b9bcd4
import turtle
pen=turtle.Pen
pen.write("Hi,洛依\n电子邮件真是太有去\n我也喜欢")
pen.write("Hi,洛依\n电子邮件真是太有\n我也喜欢",font=("times",30,"normal"))
pen.hid(turtle)
turtle.done
\ No newline at end of file
turtle.done
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