Hi guys,
I currently have a project where i have to create an abstract data type in python. Otherwise known as a lIFO. I understand functions in python to append, pop data in and out of the stack. However, I need some guidance on declaring the top of the stack and declaring the size of the stack. A minimum of 100 single characters will need to be stored. In addition, it has been stated that this is an unfair stack and capital letters will...