Skip to content

Commit afa4601

Browse files
committed
inclui tipo python em bloco de código
1 parent feafb7a commit afa4601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/02-vars-expr-instr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ O caractere de sublinhar (\_) pode aparecer em um nome. Muitas vezes é usado em
3030

3131
Se você der um nome ilegal a uma variável, recebe um erro de sintaxe:
3232

33-
```
33+
```python
3434
>>> 76trombones = 'big parade'
3535
SyntaxError: invalid syntax
3636
>>> more@ = 1000000

0 commit comments

Comments
 (0)