updated comprehension with a little hint
This commit is contained in:
@ -64,6 +64,8 @@ assert number != string
|
|||||||
2.0
|
2.0
|
||||||
>>> str(2.0)
|
>>> str(2.0)
|
||||||
'2.0'
|
'2.0'
|
||||||
|
>>> type(2.0)
|
||||||
|
<class 'float'>
|
||||||
```
|
```
|
||||||
|
|
||||||
- Input/Output
|
- Input/Output
|
||||||
|
Reference in New Issue
Block a user