diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2019-11-29 12:08:32 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2019-11-29 12:08:32 +0100 |
commit | 149bfe7a8a7c5f04595f9c316b6282587afc6017 (patch) | |
tree | 18aeeeb3dd36921da9af2ce91fa02bcd41bae702 /src | |
parent | af9b550693df50aed916240c8ace93a5b3ed7e44 (diff) |
reword
Diffstat (limited to 'src')
-rw-r--r-- | src/01_intro.md | 3 |
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 |