Skip to content

Commit

Permalink
consigna actualizada
Browse files Browse the repository at this point in the history
  • Loading branch information
HX-CZamorano2 committed Jun 9, 2023
1 parent cc67795 commit 664fe1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions M02_introprogramación/Practica.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"print('Hola Mundo!')\n",
"a = 20\n",
"while a > 0:\n",
" \n",
" print(a)\n",
" a -= 1"
]
Expand Down

0 comments on commit 664fe1e

Please sign in to comment.