Python gotcha This is a list:
And so is this:
This is a tuple:
This is a str:
That's completely obvious.
Python is so intuitive.
['foobar']
['foobar',]
('foobar',)
('foobar')
Posted at 15:08
Permanent Link
Welcome to the Z-List, baby...
Python gotcha This is a list:
And so is this:
This is a tuple:
This is a str:
That's completely obvious.
Python is so intuitive.
['foobar']
['foobar',]
('foobar',)
('foobar')
Posted at 15:08
Permanent Link