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 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