Commit 13e1d8d3 by BellCodeEditor

save project

parent 94db6807
Showing with 5 additions and 11 deletions
def abcd(): try:
total = [] unit= input("请输入:")
while True: except:
unit= input("请输入:") print("请输入数字")
if unit== 'q': \ No newline at end of file
break
else:
total.append(unit)
print(total)
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