Q7. Wrt Prog to print the characters present at even index and odd index?

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

Комментарии • 15

  • @rks9970
    @rks9970 3 года назад +1

    Nice sir

  • @puspitasahoo3420
    @puspitasahoo3420 3 года назад +1

    nice

  • @daredevil2999
    @daredevil2999 3 года назад +2

    Thank you Durga sir!!!!!!!!!!! You are the best!!!!!!!!!!!!

  • @mohammadhuraima3927
    @mohammadhuraima3927 4 года назад +2

    This helped me alot

  • @shubhimanocha2620
    @shubhimanocha2620 5 месяцев назад +2

    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)

  • @chandinibaldireddy5195
    @chandinibaldireddy5195 6 лет назад +1

    Thank you sir for giving best vedioes👍👍

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  6 лет назад +1

      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

  • @Sunnycse
    @Sunnycse 4 года назад +1

    thank you sir your lecture are very helpful for us.
    please keep uploading.

  • @vyomchandragallani3645
    @vyomchandragallani3645 5 лет назад +1

    thank you sir for providing best videos

  • @tdevendra1241
    @tdevendra1241 6 лет назад +1

    Thanks u sir

  • @neuro_mastery
    @neuro_mastery 5 лет назад +1

    Amazing Sir! Thanks a lot.. It was a great help but if you could provide subtitles as well then it would be awesome

  • @kvenkatesh130
    @kvenkatesh130 5 лет назад +1

    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

  • @ratnapriyaverma2814
    @ratnapriyaverma2814 4 года назад +1

    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

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  4 года назад

      Hello Priya.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @nitinrawat7581
    @nitinrawat7581 5 лет назад +2

    Thanks Sir