Commit 861fe717 by BellCodeEditor

save project

parent a4943a79
Showing with 9 additions and 3 deletions
import func
a=func.new_input()
b=func.sum1(a)
def hello(name):
a='你好'+name
return a
b=hello('小依')
print(b)
\ No newline at end of file
......@@ -16,3 +16,6 @@ def sum1(m):
for i in m:
c=c+i
return c
a=new_input()
w=sum1(a)
print(w)
\ 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