Commit 5cfdda9e by BellCodeEditor

save project

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