This video is intended for use with the Introduction to Computer Science class at SSFS.
It is often helpful to print out information about an object. Python provides a special class method, _str_ that can help do this. In this video we look at how to implement this method.