The IsInstance Function in Python to Determine Data Type - Python Tutorial

Sdílet
Vložit
  • čas přidán 5. 08. 2024
  • If you liked the content, please consider checking out my Patreon! - / membership Hey everyone, in today's video, we will look at the is instance function in python and how it can be used. We will be able to see if data is of a certain data type. Thanks for watching!
  • Věda a technologie

Komentáře • 3

  • @alexanderkonle
    @alexanderkonle Před rokem

    Thanks for that brother.

  • @HaarunCader
    @HaarunCader Před 3 měsíci

    hey thanks for the vid!!
    how would you use it if the user inputs an int or str, and you want to check if its either?

  • @razfan9333
    @razfan9333 Před rokem

    at the end of the video, when you are saying that d is an object of dog, shouldnt you be saying that d is an instance of dog?