Commit abd7b099 by BellCodeEditor

auto save

parent 1e970b84
Showing with 2 additions and 13 deletions
......@@ -4,16 +4,10 @@ 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)
def snm(pig):
for i
\ No newline at end of file
print(w)
\ No newline at end of file
w=1
e=100
r=w+e
print(r)
\ 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