Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 861bf23

Browse files
committed
Fixed typo
1 parent fc9f806 commit 861bf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/01_Introduction/02_Hello_world.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ is associated with the value on the right hand side, not name of the variable.
203203

204204
```python
205205
height = 442 # An integer
206-
height = 442 # Floating point
206+
height = 442.0 # Floating point
207207
height = 'Really tall' # A string
208208
```
209209

0 commit comments

Comments
 (0)