Commit 861fe717 by BellCodeEditor

save project

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