that is exactly the out put i am trying to get but i still get the error even with the correction. strange!! i am using Sublime Text.
it works when i put it in my IDE. Odd!
Output:Traceback (most recent call last):
File "/Users/shaneshomefolder/Documents/Lists/numercial lists /inheratence_take_2.py", line 44, in <module>
my_kindle_fire = KindleFire('amazon', 'kindle fire', 'backlight', 'long life', 'color screen')
File "/Users/shaneshomefolder/Documents/Lists/numercial lists /inheratence_take_2.py", line 41, in __init__
super().__init__(make, model, backlight, battery, screentype)
TypeError: super() takes at least 1 argument (0 given)
[Finished in 0.2s with exit code 1]
[shell_cmd: python -u "/Users/shaneshomefolder/Documents/Lists/numercial lists /inheratence_take_2.py"]
[dir: /Users/shaneshomefolder/Documents/Lists/numercial lists ]
[path: /Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin]
it works when i put it in my IDE. Odd!