Hello Chandini. Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos. You can view all other python videos by Durga sir in the following link goo.gl/EapLMr
write a python program that it should be consist of special char,numbers and chars if there are even numbers of special chars then 1)the series should be starts with even followed by odd
Nice sir
nice
Thank you Durga sir!!!!!!!!!!! You are the best!!!!!!!!!!!!
This helped me alot
s1="durgasoft"
even=[]
odd=[]
for i in range(len(s1)):
if i%2==0:
even.append(s1[i])
else:
odd.append(s1[i])
print(even)
print(odd)
Thank you sir for giving best vedioes👍👍
Hello Chandini.
Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
You can view all other python videos by Durga sir in the following link
goo.gl/EapLMr
thank you sir your lecture are very helpful for us.
please keep uploading.
thank you sir for providing best videos
Thanks u sir
Amazing Sir! Thanks a lot.. It was a great help but if you could provide subtitles as well then it would be awesome
write a python program that it should be consist of special char,numbers and chars if there are even numbers of special chars then 1)the series should be starts with even followed by odd
Sir if we r writing same code on jupyter notebook thn error of 'string index out of range' is coming. How to resolve that error
Hello Priya.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Thanks Sir