typeof foo
will just evaluate to 'object'
whether foo is a list []
or a dictionary {}
or any kind of object. How can one tell the difference?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
typeof foo
will just evaluate to 'object'
whether foo is a list []
or a dictionary {}
or any kind of object. How can one tell the difference?