#metaclass
Read more stories on Hashnode
Articles with this tag
Let's say we define a string some_string = "I am some_string" print(some_string.__class__) As expected the result should print str as some_string is...