Commit cd1ec1f6 by BellCodeEditor

auto save

parent a50ceeec
Showing with 25 additions and 0 deletions
def qqq():
b=[]
while True:
d=input("入")
if d=="q":
break
try:
d=int(d)
except:
print("字")
else:
b.append(d)
return b
# a=qqq()
# print(a)
def sum(aa):
x=0
for i in aa:
x=x+i
return x
# ss=sum(a)
# print(ss)
\ No newline at end of file
print(1)
\ 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