updated comprehension with a little hint

This commit is contained in:
2023-10-29 04:37:22 +01:00
parent adba45ceb9
commit 351103511a

View File

@ -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