Commit e5756624 by BellCodeEditor

auto save

parent b25831d3
Showing with 12 additions and 5 deletions
......@@ -11,10 +11,16 @@ def sb():
print("输入一个数字")
else:
total.append(unit)
finally:
print("-"*25)
return total
a=sb()
print(a)
print("-"*25)
print(total)
sb()
# 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