Commit 012c04c6 by BellCodeEditor

save project

parent 8a127cd4
Showing with 4 additions and 2 deletions
......@@ -11,6 +11,8 @@ def new_input():
print("请输入一个整数")
else:
total.append(unit)
print(total)
new_input()
return total
s=new_input()
print(s)
print(s[0])
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