Commit 748a8df8 by BellCodeEditor

save project

parent 86e471f9
import func
print()
un=func.p()
s=func.sum_list(un)
print(s)
......
......@@ -19,7 +19,5 @@ def sum_list(total):
s=s+i
return s
un=p()
sd=sum_list(un)
print(sd)
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