First 100 Primes in Python With Prime Sieve

preview_player
Показать описание
This is a quick and easy prime sieve that finds the first 100 primes using python. I'm sure that it isn't the fastest way possible, but it's fun.

All code

# Copyright 2021 Google LLC
# SPDX-License-Identifier: Apache-2.0

Рекомендации по теме