Jan-14-2017, 05:52 PM
>>> f = [].extend(['spam', 32, 44])
>>> type(f)
<class 'NoneType'>
>>> type(f)
<class 'NoneType'>
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Two same codes, different result. Please help to understand. | vickyprabhat | 5 | 4,768 |
Mar-24-2018, 11:33 PM Last Post: vickyprabhat |
|
I don't understand this result | Ponomarenko Pavlo | 5 | 4,946 |
Mar-27-2017, 02:04 PM Last Post: buran |