Fixed typo
This commit is contained in:
@@ -203,7 +203,7 @@ is associated with the value on the right hand side, not name of the variable.
|
||||
|
||||
```python
|
||||
height = 442 # An integer
|
||||
height = 442 # Floating point
|
||||
height = 442.0 # Floating point
|
||||
height = 'Really tall' # A string
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user