Commit a53b8b32 by BellCodeEditor

auto save

parent e105bbda
Showing with 15 additions and 2 deletions
......@@ -13,4 +13,18 @@ try:
except:
print("输入整数")
else:
\ No newline at end of file
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