Commit 71dfbf3e by BellCodeEditor

save project

parent bbfc8c2b
Showing with 4 additions and 1 deletions
...@@ -4,5 +4,7 @@ def abcd(): ...@@ -4,5 +4,7 @@ def abcd():
a=input('请输入:') a=input('请输入:')
if a=="q": if a=="q":
break break
total.append(a) else:
total.append(a)
print(total)
abcd() abcd()
\ 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