Skip to content

Commit 515c32a

Browse files
committed
imprimiendo numeros primos
1 parent 0a05533 commit 515c32a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: M04_flujosdecontrol/Prep_Course_Homework_04.py

+5
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@
9898

9999
# In[54]:
100100

101+
count = 0
102+
while count < 30:
103+
for i in range(2, count):
104+
105+
101106

102107

103108

0 commit comments

Comments
 (0)