Commit 011b0018 by BellCodeEditor

save project

parent 3b3c29fa
Showing with 2 additions and 1 deletions
......@@ -10,6 +10,6 @@ def n_2():
except:
print('请重新输入一个数字')
else:
total.append(int(unit))
total.append(unit)
print(total)
n_2()
\ 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