大家好,我是Eric,這次教大家Python的除錯(debug)! ... def fibonacci(N): if N < 0: raise ValueError("N must be non-negative") L = [] a, b = 0, 1 while len(L) ...
確定! 回上一頁