Commit ea8baa13 by BellCodeEditor

auto save

parent a46785e4
import func
data=func.new_input()
qh=func.sum(data)
print('一共'+str(qh))
\ No newline at end of file
def hello(name):
content="你好"+name
return content
result=hello('xiaoyi')
print(result)
\ 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