PYTHON TypeError: unsupported operand type(s) for +: 'int' and 'str'

preview_player
Показать описание
guys in this video we are going to solve unsupported operand type(s) for +: 'int' and 'str'.
if this video is useful, Please make sure to like or comment this video to continue this Error Solving playlist.Your support is must.Please consider.

If you are new to Python, you are in the right place. Our main goal is to help beginner Python programmers. At this channel, we are provide high quality videos to become a pro in Python .Our future videos are aimed at creating Beginner friendly advanced Python projects.Stay tuned,stay safe 😊.
Рекомендации по теме
Комментарии
Автор

hello, thank you very much, you helped me with a problem I had not long ago, but it was important to me, I don't know how old the video is because the date doesn't come up for me, so if it's old, anyway, I'll leave this message, thank you very much, see you and thank you very much for reading, and as I would say:LETS GOO THE CHANCEE

planetazinfin
Автор

When you do,

A = "25" * 4

You are actually doing
A = "25" + "25" + "25" + "25"

This is how Mathematics are works.

When we do in Mathematics :

4 + 4 + 4 = 12

Instead the 4 is actually addition of 3 times nothing else.

That means

A 4 is,

4 * 3 = 12


Just addition of 3 times.

This is how Python string or any other Data Structure work with multiplications by integers :)

DhavalAhir
Автор

jaja no se nada de ingles, pero me gusto tu video

wilidesdecasa