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

save project

parent 85a03604
Show whitespace changes
Inline Side-by-side
Showing with 7 additions and 14 deletions
  • 123456.py
  • 5.PY
  • diy1.py
123456.py 0 → 100644
View file @ 69bfc483
ji=5
j=3
print(j,'x',i,'=',(i*j))
This diff is collapsed. Click to expand it.
5.PY 0 → 100644
View file @ 69bfc483
This diff is collapsed. Click to expand it.
diy1.py
View file @ 69bfc483
# 利用write()帮助悟空给诺依回信吧~ i=5
import turtle f=3
pen=turtle.Pen() print(j,'x',i,'=',(i*j))
pen.write("春眠不觉晓\n处处闻啼鸟",font=("Times",20,"normal")) \ No newline at end of file
pen1=turtle.Pen()
pen1.pencolor("red")
pen1.pensize(5)
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
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