diff options
Diffstat (limited to 'pt-br/pythonlegacy-pt.html.markdown')
-rw-r--r-- | pt-br/pythonlegacy-pt.html.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pt-br/pythonlegacy-pt.html.markdown b/pt-br/pythonlegacy-pt.html.markdown index 572bb787..4de413bd 100644 --- a/pt-br/pythonlegacy-pt.html.markdown +++ b/pt-br/pythonlegacy-pt.html.markdown @@ -487,8 +487,6 @@ math.sqrt(16) == m.sqrt(16) #=> True # estão definidos em um módulo qualquer. import math dir(math) - - ``` ## Pronto para mais? |