Why we use it in python. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Why we use it in python.

what is meaning of isinstance in python,and why we use it.can anyone explain me it.

23rd Apr 2018, 4:33 PM
Maninder $ingh
Maninder $ingh - avatar
1 Answer
+ 1
Python supports OOP and its dynamically typed (you cannot declare types) then its has some ways for check object types (isinstance check if first parameter is an objects instance of second)
23rd Apr 2018, 5:07 PM
KrOW
KrOW - avatar