object intospection

 a="harish"

print(type(a))
print(id(a))
print(dir(a))

Comments

Popular posts from this blog

strings 2

property decorator

Raise keyword in python