Why we use it in python. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
+ 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