Commit de0d4d92 by BellCodeEditor

auto save

parent 69ba61be
Showing with 12 additions and 0 deletions
import turtle
turtle.pencolor("red")
turtle.pensize(2)
turtle.goto(200)
turtle.circle(45)
turtle.right(90)
n = int(input("请输入奶牛的头数"))
m = 20*n*7
print(n,"头奶牛7天可以产",m,"千克牛奶")
\ 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