String Slicing in Python (Part 1)

preview_player
Показать описание
Python Programming: String Slicing in Python (Part 1)
Topics discussed:
1. String Slicing in Python Programming.
2. String Slicing with the Third Parameter.

Music:
Axol x Alex Skrindo - You [NCS Release]

#PythonByNeso #PythonProgramming #PythonStringSlicing
Рекомендации по теме
Комментарии
Автор

Every concept that you are telling can easily understand by any people. Thank you so much for neso academy for doing hard work for us to gain knowledge on

sowmyasri
Автор

a very clear concept which is easy to understand. thank you sir

SohailKhan-tteh
Автор

Thankyou so much sir mah professor today explained this topic but not clear 😅in mah mind ❤❤ it's help for learn n revise

oops_mahak
Автор

hi Jaspreet sir your videos are informative and easy to understand please upload more videos for python so we can complete the syllabus .

i_am_me
Автор

Sir please continue the c++ course
The best academy for upcoming programmers . I have learnt c by your lectures it was superb sir thank you sir

HemanthKumar-mrhx
Автор

Thank you so much bro, you helped me alot

avivbiagdilii
Автор

We want complete ✅ playlist as soon as possible 🙂💗

oops_mahak
Автор

#video21
Thank you so much sir 😊😊
Love from Maharashtra ❤❤
Ans of H.W=a ap

Gayatri_shejule
Автор

The output of s[2:10:2] is 'a ap'

hassanibnibrahim
Автор

Homework answer is
>>> Ia ap

As we have to take 0 in output

gamingtipsbyavneet
Автор

Why should we take 1 extra like that??

navaneethdesai
Автор

s='I am jaspreet'
>>> s[2:10:2]
'a ap'

mdahsanhabib
Автор

Where r next videos?? It's already been 11 days 😔

krakash
Автор

i take my string is ''i am juned saifi '' and my output is a jnd

Backchoder