python 寫函數在必定條件下須要調用自身時的寫法

例如如下這個函數:python state = 1 def set_state(state): while state: set = int(input('請輸入9或5,顯示"hello world"\n')) if set == 9 or set == 5: print('hello world') stat
相關文章
相關標籤/搜索