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
相关文章
相关标签/搜索