8000 variable feedback correction · prmohanty/python-tutorial@5ed57c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ed57c0

Browse files
committed
variable feedback correction
1 parent e89e711 commit 5ed57c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

basics/variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ it causes a type error.
173173
>>> a -= 3
174174
TypeError: unsupported operand type(s) for -: 'str' and 'str'
175175
>>>
176+
```
176177

177178

178179
Now we also understand why typing hello to the prompt didn't work in

0 commit comments

Comments
 (0)
0