I'm working on a project and didn't do a good example of what I needed help with earlier so my thread was closed. What I need help doing is creating a class in Python that defines penny as an object, so later on I can go back in and change it to nickel, dime, quarter, etc, I have the basic idea of how to create it just want to make sure I'm on the right track or if I've completely vered off. In this I need to create the classes and then figure out how to add them by weight, and by height. In the beginning you will be asked to enter a number to go to a class and enter how many of those objects you have and add up the number.

This gives you an idea of what I've started to put together for the penny class that's all the data I need to have for the class just want to make sure I set it up correctly. Also how do I go about importing this into a new class like Quarter()