Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dontknowwhy88

    Help ! -- AttributeError: type object 'super' has no attribute 'len'

    I am new to Python. I am writing a Stack class (extending list class) to perform push and pop. However, when I try to call 'len' function from super class, I got an error msg -- AttributeError: type object 'super' has no attribute 'len' Please help!!! Thanks in advance!! -here is my code -...

Part and Inventory Search

Back
Top