Python: ‘str’ obj is not callable
Self-tutoring about Python: the tutor mentions an error he encountered. I ran across TypeError: ‘str’ obj is not callable in the repl when testing a class. It happened when I tried something like str(Obj), which should work. Yet, it won’t …