This commit is contained in:
cmoreno 2026-06-14 19:57:21 -03:00
parent e1b586ed44
commit 55e9e19854
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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)

Binary file not shown.