From 6616c51e47b4909219bb08e3643cab2332da6b51 Mon Sep 17 00:00:00 2001 From: VemComPY Date: Thu, 26 Aug 2021 14:18:41 -0300 Subject: [PATCH] adicionado novas linhas --- helloworld.py | 1 + 1 file changed, 1 insertion(+) diff --git a/helloworld.py b/helloworld.py index c147f3f..fc98cb5 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1,2 +1,3 @@ # app printa hello world print("Hello World!") +print("Meu codigo!")