object intospection

 a="harish"

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

Comments

Popular posts from this blog

property decorator

strings 2

Function caching