mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Update es/python.md
This commit is contained in:
parent
8dfd3dcbd8
commit
1a44109b40
@ -41,7 +41,7 @@ Es básicamente pseudocódigo ejecutable.
|
|||||||
3 * 2.0 # => 6.0
|
3 * 2.0 # => 6.0
|
||||||
|
|
||||||
# Exponenciación
|
# Exponenciación
|
||||||
4 ** 3 = 64 # 4^3 => 4*4*4 => 64
|
4 ** 3 # => 64
|
||||||
|
|
||||||
# Refuerza la precedencia con paréntesis
|
# Refuerza la precedencia con paréntesis
|
||||||
(1 + 3) * 2 # => 8
|
(1 + 3) * 2 # => 8
|
||||||
|
Loading…
Reference in New Issue
Block a user