python:異常(一)

#使用if分支處理異常:簡單舉例 def test(): print("test running") def test0(): print("test0 running") choice_dic={ "1":test, "2":test0 } while True: choice=input(">>>:").strip() if not choi
相關文章
相關標籤/搜索