Create an interactive command loop using inheritance python34
问题 I'm trying to see how I can structure a script in a way that I can use the inheritance method. I'm fairly new to python. And my problem is using variables in one class from another class-def. I just recently learned about the super function and I don't think I'm using it right because it keeps printing and recalculating everything that it's pulling from. Let's say I have a bunch of messages coming in a text file delimited by commas that give me different information. I want to be able to take