Commit 61e667ba by BellCodeEditor

save project

parent d794d58a
Showing with 3 additions and 4 deletions
def xxx() def xxx():
total = [] total = []
while True: while True:
unit= input("请输入:") unit= input("请输入:")
...@@ -6,5 +6,4 @@ def xxx() ...@@ -6,5 +6,4 @@ def xxx()
break break
else: else:
total.append(unit) total.append(unit)
def xxx() print(total)
print(total) \ No newline at end of file
\ 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