clase 3
This commit is contained in:
parent
e1b586ed44
commit
55e9e19854
Binary file not shown.
BIN
clase_2/ejercicios/ejercicios.pdf
Normal file
BIN
clase_2/ejercicios/ejercicios.pdf
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -14,7 +14,7 @@ print(lista)
|
||||||
"""
|
"""
|
||||||
lista_con_while = []
|
lista_con_while = []
|
||||||
|
|
||||||
while len(lista_con_while) < 10:
|
while len(lista_con_while) < 2:
|
||||||
valor= input("ingrese un valor")
|
valor= input("ingrese un valor")
|
||||||
lista_con_while.append(valor)
|
lista_con_while.append(valor)
|
||||||
|
|
||||||
|
|
|
||||||
BIN
clase_3/listas,set, diccionarios.pdf
Normal file
BIN
clase_3/listas,set, diccionarios.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user