dir and type function in Python Programming Language
In this tutorial we will learn about built in function type and dir in detail with example.Using type() we can findout the data type of any object and dir() will give name present in the current scope.
Watch this tutorial to learn about dir and type function
