Commit 5cfdda9e by BellCodeEditor

save project

parent ed6d0bed
Showing with 5 additions and 2 deletions
......@@ -12,5 +12,8 @@ def a():
print('重输一个数字')
else:
total.append(unit)
print(total)
a()
print("*"*30)
return total
b=a()
print(b)
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