Python基礎知識:異常

異常的語法結構 領取Python學習資料可以加小編的微信:TZ20200688 異常基本語法以及指定異常; try:     num = int(input("請輸入: "))     res = 8 / num     print(res) except ValueError:     print("請輸入數字!") except ZeroDivisionError:     print("除0
相關文章
相關標籤/搜索