Answers for "print class name python"

4

print class python

class yourClass:
    def __str__(self):
        return "value"  #replace value with what you want to print
Posted by: Guest on June-10-2021
1

python class name

instance.__class__.__name__
Posted by: Guest on October-16-2020

Python Answers by Framework

Browse Popular Code Answers by Language