TypeError: type object is not subscriptable
I was recently working on our last blog post how to reverse a string in python and I came across this error. The thought passed me what does it mean and how can I fix it? So what does the error actually mean? Essentially it means that , you are trying to access an object…