Commit f4940dea by BellCodeEditor

save project

parent 888e40e6
Showing with 4 additions and 1 deletions
......@@ -11,5 +11,7 @@ def new_input():
print('输数字')
else:
total.append(unit)
return total
for i in total:
s=s+i
return s
print(new_input())
\ 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