mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 15:13:56 +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
|
||||
|
||||
# Exponenciación
|
||||
4 ** 3 = 64 # 4^3 => 4*4*4 => 64
|
||||
4 ** 3 # => 64
|
||||
|
||||
# Refuerza la precedencia con paréntesis
|
||||
(1 + 3) * 2 # => 8
|
||||
|
Loading…
Reference in New Issue
Block a user