Advanced string formatting in python | string manipulation | PYTHON TUTORIAL #3

preview_player
Показать описание
Welcome buddies this is infinite programming here
In this video we have discussed about some of advanced string formatting in python
We will talk about
1.Adding strings
2.Slash technique
3.Indexing and fetching characters or strings
4.Type and len function

There is an assignment too at the end
Share the videos and subscribe to my channel
I f u find any doubts pliz write it in comment box
Thank you
Рекомендации по теме
Комментарии
Автор

Was a good initiative to give homework at last. And yes -
Explained nicely bruh....
👍👍👍👍👍👍👍👍

NeerajKumar-inlo
Автор

To get and from stranded
A = 'stranded'
Print(A[3:6])

knowit