コード例 #1
0
ファイル: Main.py プロジェクト: amarano/Projects
def main():
    s = Sieve(200)
    print s.findPrimes()