寫的真好,而且還附贈解決一些error的方法跟資源,謝謝大大
必須說github得「程式碼諾亞方舟」真是太猛了XDDD
def nextPrime(n): while n > 0: n += 1 if isPrime(n):...