Implement __eq__

Two coins with the same value should compare equal. Implement __eq__ so == compares the right thing.
Python
Setting up Python environment...
Output