Commit 27d7cbcd by BellCodeEditor

auto save

parent a4e1d8f4
Showing with 2 additions and 24 deletions
def aaaaa():
total=[]
while True:
a=input("输入")
print(a)
if a=="q":
break
else:
total.append(a)
return total
def ccccc(d):
kkkk=0
for i in d:
print(i)
kkkk=kkkk+i
print(kkkk)
return kkkk
bbbbb=aaaaa()
print(bbbbb)
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