Commit 94254f21 by BellCodeEditor

save project

parent fa388c24
Showing with 4 additions and 3 deletions
def new_imput():
total = []
while True:
total = []
while True:
unit= int(input("请输入:"))
if unit== 'q':
break
......@@ -13,6 +13,6 @@ while True:
total.append(unit)
print("-"*30)
print(total)
new_input()
new_iput()
\ 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