Beginner Python Tutorial 29 - Convert Integer to String (Concat int and str)

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

First time ever for a tutorial that actually helped me solve a problem. Thanks man

gemechusawtelle
Автор

I am watching your " C " videos, just came here to comment and tell you that you are a blessing for novice people like me, Thank you 💜

hackerxxspacex
Автор

29 for 29. I've got one more for the day

mearapellar-kosbar
Автор

That was exactly the situation I was trying to solve, thanks!

frankitopri
Автор

thanks, I would have never found out that this actually is the easiest way to concat and int and a string in python.
I'm just fairly new at python and I'm surprived how convoluted certain basic code is in this language....

JasonRobards
Автор

What about converting str to int ?
it's possible when the str contains just numbers, right ?
Num = "30"
Int(Num) --> 30
Num = "3g"
Int(Num) -->error

firdausazad
Автор

Can I type print(f "My age is { age} years old??

deborshikashyap