Skip to content

Commit

Permalink
m05 teste loop números primos
Browse files Browse the repository at this point in the history
  • Loading branch information
rrogovski committed Dec 30, 2022
1 parent d2dd64b commit 3477023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modulo05-controle-de-fluxo/aula03-loop.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Crivo de Eratóstenes
# https://pt.khanacademy.org/computing/computer-science/cryptography/comp-number-theory/v/sieve-of-eratosthenes-prime-adventure-part-4
# https://pt.khanacademy.org/computing/computer-science/cryptography/comp-number-theory/v/trial-division-primality-test-using-a-sieve-prime-adventure-part-5

import math
Expand Down

0 comments on commit 3477023

Please sign in to comment.