Commit f879c50f by BellCodeEditor

save project

parent 256efec6
Showing with 6 additions and 6 deletions
price=[15,18,14,25] def hello(name):
count=0 content="你好"+name
for i in price: return content
count = count+i result=hello("小依")
print(count) print(result)
\ No newline at end of file \ 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