Commit 50106b8d by BellCodeEditor

auto save

parent 5ae18999
Showing with 14 additions and 3 deletions
def hello(name):
content = "你好" + name
return content
result = hallo("小易")
ptrint(result)
\ No newline at end of file
......@@ -10,6 +10,12 @@ def new_input():
except:
print("请输入数字或q")
return total
def sum(money):
count = 0
for i in money:
count += i
return count
listl = new_input()
print(listl)
\ No newline at end of file
resurt = sun(listl)
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