Commit 51018483 by BellCodeEditor

save project

parent 69cbc5d6
Showing with 12 additions and 2 deletions
def new def new_input():
\ No newline at end of file tatol=[]
while True:
jjk=input("输入")
if jjk=="i":
break
else:
tatol.append(jjk)
print(tatol)
new_input()
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