Commit a53b8b32 by BellCodeEditor

auto save

parent e105bbda
Showing with 14 additions and 0 deletions
......@@ -14,3 +14,17 @@ except:
print("输入整数")
else:
def new_list():
x=9
y=8
z=x+y
return z
new_list()
list=[12,13,14,15]
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