summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/01_intro.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/01_intro.md b/src/01_intro.md
index db3d28b..835d4c5 100644
--- a/src/01_intro.md
+++ b/src/01_intro.md
@@ -120,7 +120,8 @@ Por tanto, si introduces un valor directamente será devuelto:
1
```
-Y si lo alteras devuelve el resultado correspondiente:
+Y si lo alteras, por ejemplo, con una operación matemática sencilla, devuelve
+el resultado correspondiente:
``` python
>>> 2+2