Python Error: TypeError: unsupported operand type(s) for +: ‘int’ and ‘str’

While working on Python and it’s List and List functions, If we make some mistake as in try to pass the unsupported type, It gives

Continue reading