Skip to content

Commit

Permalink
PYTHON Ejercicio 36.-Generar de rangos de ips con Decoradores y Gener…
Browse files Browse the repository at this point in the history
…adores [82]🐍👈👈👈

Video:
https://youtu.be/yobeNTGUH1E
  • Loading branch information
programadornovato committed Jul 19, 2020
1 parent 9bf2922 commit 54dd73f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ejercicios/36GenerarIps.py
Expand Up @@ -23,8 +23,6 @@ def generarIps(bloque1=0,bloque2=0,bloque3=0,ini=0,fin=0):

generarIps()

for target_list in expression_list:
continue
'''
for ip in generarIps(192,168,1,5,10):
print(ip)
Expand Down

0 comments on commit 54dd73f

Please sign in to comment.