Commit 6fe31582 by BellCodeEditor

save project

parent 39905e09
import ZZZ
a=ZZZ.new_input()
b=ZZZ.func(a)
print(a,'\n总分是'+str(b))
...@@ -19,8 +19,10 @@ def func(data): ...@@ -19,8 +19,10 @@ def func(data):
for i in data: for i in data:
count=count+i count=count+i
return count return count
a=func(new_input())
print(a) # a=func(new_input())
# print(a)
# result=new_input() # result=new_input()
......
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