Commit 044df2e2 by BellCodeEditor

auto save

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