Commit a79aeb4f by BellCodeEditor

auto save

parent 2cf508b8
Showing with 2011 additions and 0 deletions
def ji():
total=
\ No newline at end of file
def ji():
total=[]
while True:
a=input('请输入')
if a=='q':
break
else:
total.append(a)
print(total)
ji()
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