Commit e6fdd3db by BellCodeEditor

save project

parent 83967d6e
...@@ -12,5 +12,5 @@ def caidan(): ...@@ -12,5 +12,5 @@ def caidan():
else: else:
total.append(unit1) total.append(unit1)
return total return total
a = caidan() # a = caidan()
print(sum(a)) # print(sum(a))
import func
new_inout = func.caidan()
print(sum(new_inout))
\ 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