Skip to content

Commit

Permalink
Merge branch 'main' into aayush/issue#299
Browse files Browse the repository at this point in the history
  • Loading branch information
abadoni5 authored Mar 9, 2024
2 parents 0f6aaab + 4fa050b commit 9c2b962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python 3.8.10
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 9c2b962

Please sign in to comment.