Commit 607f9e03 by BellCodeEditor

save project

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