From 9a37e5784efd9de81e7448c4cfbff50b52de55bd Mon Sep 17 00:00:00 2001 From: andredelorme Date: Sun, 18 Oct 2020 16:08:03 -0300 Subject: [PATCH] Update 03-funcoes.md Unifica o bloco que foi separado incorretamente. --- docs/03-funcoes.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/03-funcoes.md b/docs/03-funcoes.md index 39263f8..4b4f592 100644 --- a/docs/03-funcoes.md +++ b/docs/03-funcoes.md @@ -151,11 +151,7 @@ Se digitar uma definição de função no modo interativo, o interpretador exibe ```python >>> def print_lyrics(): ...     print("I'm a lumberjack, and I'm okay.") -``` - ...     print("I sleep all night and I work all day.") - -```python ... ```