Commit 2964ba7f by BellCodeEditor

save project

parent dd3dc26d
......@@ -16,8 +16,7 @@ def sj(money):
for i in money:
count+=i
return count
aqaq=aaa()
print(aqaq)
q=sj(aqaq)
print(q)
\ No newline at end of file
#3aqaq=aaa()
#print(aqaq)
#q=sj(aqaq)
#print(q)
\ No newline at end of file
import func
data=func.aaa()
a=func.sum(data)
\ 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