Python Programming Training Certification
Flexible Hours
100 Assignments
Instructor Led online Training
50 LMS Access
24X7 Support
100% Skill Level
Enquire Now
Course Overview
Python type() Function
>
Python type() returns the type of the specified object if a single argument is passed to the type(). If three arguments are passed, it returns a new type of object.
Signature
- type(object, bases, dict)
Parameters
object: The type() returns the type of this object if one parameter is specified.
bases (optional): It specifies the base classes.
dict (optional): It specifies the namespace with the definition for the class.
Return
It returns the type of the specified object if a single argument is passed to the type(). If three arguments are passed, it returns a new type of object.
Python type() Function Example 1
The below example shows how to get the type of an object.
- List = [4, 5]
print(type(List))Dict = {4: ‘four’, 5: ‘five’}
print(type(Dict))class Python:
a = 0InstanceOfPython = Python()
print(type(InstanceOfPython))
Output:
-
<class ‘list’>
<class ‘dict’>
<class ‘__main__.Python’>
Explanation: In the above example, we have taken a List that contains some values, and in return, it prints the type of the List.
In the second case, we have taken a Dict that contains some values, and in return, it prints the type of the Dict.
Then, we have defined a class named as Python and produced an InstanceOfPython which prints its type.
Candidate’s Journey During Our Training Program
Expert’s Advice & Selection of Module
Choosing the right type of module for the training is half the battle & Our Team of experts will help & guide you.
Get Trained
Get Trained & Learn End to End Implementation from our Expert Trainer who are working on the same domain.
Work on Projects
We Do make our student’s work on multiple case studies , scenario based tasks & projects in order to provide real-time exposure to them.
Placements
We have a dedicated placement cell in order to provide placement assistance & relevant interviews to our candididates till selection
Placement Partner