Commit 25d3f7c0 by BellCodeEditor

save project

parent 26b47fdd
Showing with 7 additions and 2 deletions
...@@ -13,6 +13,13 @@ def j(): ...@@ -13,6 +13,13 @@ def j():
total.append(a) total.append(a)
return total return total
# x=j()
# s=0
# for i in x:
# s+=i
# print(s)
import func
a=func.j()
x=j() x=j()
s=0 s=0
for i in x: for i in x:
...@@ -21,5 +28,3 @@ print(s) ...@@ -21,5 +28,3 @@ print(s)
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