W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
try: x = float("hello") # 尝试转换非法格式的字符串 except ValueError: print("数值格式不正确") except: print("发生了其他错误")