Commit 853d3347 by BellCodeEditor

auto save

parent 03212f1c
Showing with 12 additions and 3 deletions
......@@ -4,11 +4,20 @@ def new_input():
q= input("请输入:")
if q== 'q':
break
try:
q=int(q)
except:
print('请呀希')
else:
e.append(q)
print(e)
return e
w=new_input()
print(w)
\ No newline at end of file
print(w)
def sum(pig):
for i in e:
k=0
k=k+i
print()
\ 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