I was wondering if there is a way of finding out what kind of data type a variable in python is storing?
Something like:
> print datatype(x)
perhaps?
Which should return string, integer, float or list etc.
~ Mo
Something like:
> print datatype(x)
perhaps?
Which should return string, integer, float or list etc.
~ Mo
Comment