Commit 98e48fc9 by BellCodeEditor

auto save

parent 0a879337
def say():
print("ffff")
#print("ggggg")
\ No newline at end of file
......@@ -7,5 +7,4 @@ def new_input():
else:
total.append(unit)
print(total)
new_input()
\ No newline at end of file
new_input()
\ No newline at end of file
import turtle
p.color("red")
p.pensize(2)
p.circle(100,360)
p.left(90)
p.forward(200)
p.left(90)
p.circle(100,90)
p.left(90)
p.forward(100)
p.done()
\ No newline at end of file
import turtle
p=turtle
p.color("red")
p.pensize(2)
p.circle(100,360)
p.left(90)
p.forward(200)
p.left(90)
p.circle(100,90)
p.left(90)
p.forward(100)
p.done()
\ No newline at end of file
N=int(input("请输入奶牛的头数:"))
milk=N*20*7
print(N,"头奶牛7天可以产出",milk,"kg")
import func
data = new_input()
score = func.sum(data)
print("这位选手的总分是:"+str(score))
\ No newline at end of file
import dd
print("hhhhhhhhhhh")
\ 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