Commit fe6af581 by BellCodeEditor

save project

parent d41785f6
Showing with 3 additions and 3 deletions
total = []
def a():
total = []
while True:
unit= input("请输入:")
if unit== 'q':
......@@ -12,4 +13,4 @@ def a():
total.append(unit)
print(total)
return date
a()
\ No newline at end of file
a()
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