From 26551169333ff7e315a1bd430e115e5bcd370cde Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 4 Jul 2014 14:07:03 -0300 Subject: [PATCH] more python things --- python.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python.html b/python.html index 5c358bb..853fc5e 100644 --- a/python.html +++ b/python.html @@ -238,13 +238,10 @@

Em Python, uma identação define um bloco.

-

Não tem { / }, não tem end, nada. Só blocos.

+

Não existe { / }, não existe end, nada. Só identação.

- -
-
@@ -254,6 +251,8 @@


+$ python
+
 Python 2.7.5 (default, Jun 25 2014, 10:19:55) 
 [GCC 4.8.2 20131212 (Red Hat 4.8.2-7)] on linux2
 Type "help", "copyright", "credits" or "license" for more information.