From a2d169cb690b608a2f408f91f02a9fe6f9cc0b68 Mon Sep 17 00:00:00 2001 From: Marcos Paulo Date: Tue, 3 Oct 2017 15:33:24 -0300 Subject: [PATCH 1/2] Primeiro commit Primeiro commit --- aula03-1.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aula03-1.py b/aula03-1.py index cd7c0ed..8bca77a 100644 --- a/aula03-1.py +++ b/aula03-1.py @@ -7,4 +7,5 @@ print("\n\n") print(type(10+29)) print(type(10/4)) -print(type("Texto")) \ No newline at end of file +print(type("Texto")) +#Testando git \ No newline at end of file From 63a5fb7562cba8e79d70d66d9b73d4e37f73ecb2 Mon Sep 17 00:00:00 2001 From: Marcos Paulo Date: Tue, 3 Oct 2017 15:37:59 -0300 Subject: [PATCH 2/2] Teste Teste --- aula04-1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aula04-1.py b/aula04-1.py index 1700bdd..0e196e9 100644 --- a/aula04-1.py +++ b/aula04-1.py @@ -12,4 +12,4 @@ print("\nImprimindo os tipos das variaveis") print(type(num1)) print(type(num2)) -print(type("Texto")) \ No newline at end of file +print(type("Textosss")) \ No newline at end of file