Commit 3590fea5 by BellCodeEditor

auto save

parent a843f803
N=int(input("请输入奶牛的头数"))
a=N*20*7
c=(n,"奶牛7千克生产",milk,"千克的牛奶")
print(c)
\ No newline at end of file
import turtle
turtle.pencolor("red")
turtle.penup()
turtle.goto(-100,0)
turtle.pendown()
turtle.circle(100)
turtle.penup()
turtle.goto(-100,0)
turtle.pendown()
turtle.goto(-100,200)
turtle.penup()
turtle.goto(-200,100)
turtle.pendown()
turtle.goto(-200,100)
turtle.goto(0,100)
turtle.done()
\ No newline at end of file
'''x=int(input())
a=x//100
b=(x-a*100)//10
c=x%10
print("百:",a,"十",b,"个:",c)'''
import turtle
turtle.pensize(2)
for i in range(100):
turtle.forward(400)
turtle.right(190)
turtle.circle(150)
turtle.color("black","")
turtle.done()
\ No newline at end of file
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