Skip to content

Commit

Permalink
Merge pull request #252 from ivanuxowo/patch-1
Browse files Browse the repository at this point in the history
Remove CodeLens for activity
  • Loading branch information
NicolasSandoval authored Mar 6, 2024
2 parents c1c7b0a + cccb33f commit 73043b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sources/lectures/TWP15/TWP15_3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contadores
+ Ahora imprima de 1 a un número ingresado por el usuario

.. activecode:: ac_l15_3a
:nocodelens:

:stdin:

fin = int(input("Ingrese el último número: "))
Expand All @@ -16,7 +16,7 @@ Contadores
+ Imprima números pares entre 0 y un número dado por el usuario usando ``if``

.. activecode:: ac_l15_3b
:nocodelens:

:stdin:

fin = int(input("Ingrese el último número: "))
Expand Down

0 comments on commit 73043b6

Please sign in to comment.