Commit e5756624 by BellCodeEditor

auto save

parent b25831d3
Showing with 12 additions and 5 deletions
...@@ -11,10 +11,16 @@ def sb(): ...@@ -11,10 +11,16 @@ def sb():
print("输入一个数字") print("输入一个数字")
else: else:
total.append(unit) total.append(unit)
finally: print("-"*25)
print("-"*25) print(total)
return total sb()
a=sb()
print(a)
# try:
# age=int(input("?"))
# except:
# print("整数")
# else:
# if age<18:
# print("NO")
# print("结束")
\ 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