Commit 764be343 by BellCodeEditor

save project

parent 9161a6a3
......@@ -21,5 +21,5 @@ def sum(money):
w=w+i
return w
a=sum(qui())
print(a)
\ No newline at end of file
# a=sum(qui())
# print(a)
\ No newline at end of file
import func
data=func.qui()
score=func.sum(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