Commit 925ebe73 by BellCodeEditor

save project

parent 42a11b25
Showing with 7 additions and 3 deletions
...@@ -19,9 +19,7 @@ def c (d) : ...@@ -19,9 +19,7 @@ def c (d) :
for i in d : for i in d :
e=e+i e=e+i
return e return e
b=a()
f=c(b)
print(b)
......
import func
data=fun.a()
score=fun.c(data)
print(score)
\ 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