Commit e530bfbf by BellCodeEditor

save project

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