Commit 61e667ba by BellCodeEditor

save project

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