We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3e657 commit d4b1351Copy full SHA for d4b1351
es/python_introduction/README.md
@@ -32,7 +32,11 @@ Pero ahora no queremos salir de la consola de Python. Queremos aprender más sob
32
5
33
34
35
-¡Bien! ¿Ves como salió la respuesta? ¡Python sabe matemáticas! Podrías intentar otros comandos como: - `4 * 5` - `5 - 1` - `40 / 2`
+¡Bien! ¿Ves como salió la respuesta? ¡Python sabe matemáticas! Podrías intentar otros comandos como:
36
+
37
+- `4 * 5`
38
+- `5 - 1`
39
+- `40 / 2`
40
41
Diviértete con esto por un momento y luego vuelve aquí :).
42
0 commit comments