Python class type check || Basic Program || Python

In this we are going to see a basic program to show use of Type Function in Python Programming Language.


x = 30
y = "HFC"
print(type(x))
print(type(y))

#Code by Shrinivas


#ENJOY CODING


Post a Comment

FOR ANY DOUBTS AND ERRORS FEEL FREE TO ASK. YOUR DOUBTS WILL BE ADDRESSED ASAP

Previous Post Next Post