Please help me understand this. I created a really simple program to try to understand classes.
class One(object): def __init__(self, class2): s
You are overwriting your name attribute with method called name. Just rename something.
name