Commit ec542e3b by BellCodeEditor

save project

parent ec83383e
Showing with 12 additions and 1 deletions
try:
name = int(input('age'))
except:
print("INT!")
else:
\ No newline at end of file
def Math():
total = []
while True:
unit= input("请输入:")
try:
unit= int(input("请输入:"))
except:
print("INT!!!!!!!")
else:
if unit== 'q':
break
else:
......
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