宏軍的學習筆記
方法一:使用 in set 判斷內容值的簡易方式 ```python def solutionByInSet(A): result = 1 s = set(A) while result in s: result += 1 return result ```
完整練習題 source code 請參閱:github
沒有留言:
張貼留言