I'm new to coding and have been teaching myself python through the 'Learn Python the Hard Way' tutorial and am currently making a simple game. So far everything seems to be working, except for the fact that I can't figure out how to properly call a list one of my Classes makes with other Classes.I'm new to coding and have been teaching myself