object intospection

 a="harish"

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

Comments

Popular posts from this blog

property decorator

Function caching

strings 2