summaryrefslogtreecommitdiffhomepage
path: root/pt-br/python-pt.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'pt-br/python-pt.html.markdown')
-rw-r--r--pt-br/python-pt.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/python-pt.html.markdown b/pt-br/python-pt.html.markdown
index 5afd46d0..82b70117 100644
--- a/pt-br/python-pt.html.markdown
+++ b/pt-br/python-pt.html.markdown
@@ -464,7 +464,7 @@ Humano.ronca() #=> "*arrrrrrr*"
# Você pode importar módulos
import math
-print math.sqrt(16) #=> 4
+print math.sqrt(16) #=> 4.0
# Você pode importar funções específicas de um módulo
from math import ceil, floor