Commit 044df2e2 by BellCodeEditor

auto save

parent 6c359f92
Showing with 3 additions and 8 deletions
def add(): list1=[1,2,3,"你好"]
x=1 print(len(list1))
y=2 \ No newline at end of file
z=x+y
return z
a=add()
print(a)
\ 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