From 66f8b729f33105f80d53df0f96c1a7d990c4cf2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20Ot=C3=A1vio?= Date: Mon, 24 Oct 2022 11:06:13 -0300 Subject: [PATCH] =?UTF-8?q?Coment=C3=A1rios=20e=20DocStrings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aula1.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 aula1.py diff --git a/aula1.py b/aula1.py new file mode 100644 index 0000000..776756c --- /dev/null +++ b/aula1.py @@ -0,0 +1,15 @@ +""" +DocString +E escrever o que eu +quiser + + +asdfasdfd +""" + +''' Usar para escrever suas notas ''' + +# Permite escrever um comentário +print(123) # Na frente +# Abaixo +print(456)