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

bellcode / lesson12-1

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

auto save

parent 83fbb9f9
Hide whitespace changes
Inline Side-by-side
Showing with 46 additions and 0 deletions
  • ff.py
  • fhggd.py
ff.py 0 → 100644
View file @ 29fe5e58
# import turtle
# turtle.penup()
# turtle.goto(0,-50)
# turtle.pendown()
# turtle.pensize(2)
# turtle.pencolor("red")
# turtle.circle(100)
# turtle.left(90)
# turtle.fd(200)
# turtle.bk(100)
# turtle.left(90)
# turtle.fd(100)
# turtle.left(180)
# turtle.fd(200)
# turtle.left(180)
# turtle.fd(100)
# turtle.left(90)
# turtle.fd(100)
# turtle.done()
import turtle
turtle.speed(10)
turtle.fillcolor("black")
turtle.begin_fill()
turtle.circle(50,180)
turtle.circle(-50,180)
turtle.circle(-100,180)
turtle.end_fill()
turtle.circle(-100,180)
turtle.penup()
turtle.goto(-25,50)
turtle.pendown()
turtle.begin_fill()
turtle.circle(-15)
turtle.end_fill()
turtle.penup()
turtle.goto(30,150)
turtle.fillcolor("white")
turtle.pendown()
turtle.begin_fill()
turtle.circle(-15)
turtle.end_fill()
turtle.done()
\ No newline at end of file
This diff is collapsed. Click to expand it.
fhggd.py 0 → 100644
View file @ 29fe5e58
N=int(input("请输入奶牛的数量:"))
print(N*20*7)
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