Python TypeError: unsupported operand types for +: 'int' and 'str'

preview_player
Показать описание
Python TypeError: unsupported operand types for +: 'int' and 'str'
Рекомендации по теме
Комментарии
Автор

Very helpful. Helped me solve the error I was getting on my college homework assignment.

silentoaths
Автор

Thanks you, second day of learning python and I get this error, confused the shit out of me xD

NyanLama
Автор

Hi getting this error: can you suggest an outcome
print( [" + str(i) + "/" + str(len(tickers)) + "])
TypeError: unsupported operand type(s) for /: 'str' and 'str'
[Finished in 0.2s]

where ticker are like:-tickers = ['NSE:3MINDIA', 'NSE:ABB']

kartikpandey