How and why to implement Python “to string” conversion in your own classes using Python’s “repr” and “str” mechanisms and associated coding conventions. When you define a custom class in Python and then try to print one of its instances to the console (or