Commit e530bfbf by BellCodeEditor

save project

parent d1affb87
Showing with 6 additions and 4 deletions
...@@ -12,6 +12,8 @@ def mini_0(): ...@@ -12,6 +12,8 @@ def mini_0():
print('整型!!!!!!!!!!!!!!!!!!!!!!!!!') print('整型!!!!!!!!!!!!!!!!!!!!!!!!!')
else: else:
total.append(unit) total.append(unit)
print("-"*128) finally:
print(total) print("-"*155)
mini_0() return total
\ No newline at end of file result = mini_0()
print(result)
\ 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