Commit 607f9e03 by BellCodeEditor

save project

parent 43d0be6c
Showing with 6 additions and 5 deletions
price=[15,18,14,25] def hello(name):
count=0 content="你好!"+name
for i in price: return content
count = count+i
print(count) result=hello("小依")
print(result)
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