Python List Programming Exercise - In Hindi

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

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

  • @BABLISINGH-wf8dw
    @BABLISINGH-wf8dw 5 лет назад +13

    Sir, I have no words to show my respect. You teach like the best teacher of world.

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

      Thanks Babli Singh

    • @jaykhari2092
      @jaykhari2092 3 года назад

      i know im asking randomly but does any of you know a way to get back into an instagram account?
      I stupidly forgot the password. I would appreciate any assistance you can offer me

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

    Thank you sir always see your videos when I got difficulty in python.

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

      Glad to hear that Yash ! Keep Learning !

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

    much appreciable hats off sir

    • @codeitup
      @codeitup  3 года назад

      Thanks Deepshikha!

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

    thank you so much sir👌

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

    top most great video in python series

    • @codeitup
      @codeitup  3 года назад

      Thanks a lot Dhiraj!

    • @dhirajdarakhe3808
      @dhirajdarakhe3808 3 года назад

      HI sir ,
      i am watching your python serise everyday (2-3 _video )

    • @codeitup
      @codeitup  3 года назад

      @@dhirajdarakhe3808 That's great. Keep Learning.

    • @dhirajdarakhe3808
      @dhirajdarakhe3808 3 года назад

      @@codeitup sir , me kahase practrice karu python ki
      ?

  • @ugvn24371
    @ugvn24371 3 года назад

    Thankyou ...so much sir ...

  • @hindustani3710
    @hindustani3710 3 года назад

    best teacher

  • @mayanksinghbhadoria5808
    @mayanksinghbhadoria5808 Год назад

    i love you sir ❤

  • @hindustani3710
    @hindustani3710 3 года назад

    sir you work very hard

  • @Pritu_009
    @Pritu_009 Год назад

    This vedio is helpfull

    • @codeitup
      @codeitup  5 месяцев назад

      Glad to help you!

  • @motasembillatanjid8483
    @motasembillatanjid8483 3 года назад +5

    One day i will donate for this channel inshallah

  • @faizalkhalifa9187
    @faizalkhalifa9187 3 года назад

    thanks sir

  • @debatradas1597
    @debatradas1597 3 года назад

    Thanks

    • @codeitup
      @codeitup  3 года назад

      Most welcome😊

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

    For i in range(10):
    Print (a(i))
    In above printing one by one means with a time delay is it going print?
    If yes then what's the difference between first method of printing ?

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

      No, for loop will take the variable i from 0 to 9 and every time for body will execute.

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

    sir please make the videos of my sql👩👩

    • @codeitup
      @codeitup  5 лет назад

      SQL is completely different from Python. However, I will start it but it will take time.

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

      sir you take time but make the videos of mysql not sql very soon because my exam are coming soon on last december and my school teacher can't teach better than you🤗🤗🤗☺😚

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

    Sir if we wanted to traverse the list
    L=[15,'JpSn',25,24,56,'NOidA']
    As
    L=[30,'jPsN',50,12,28,'noIDa']
    How would it be done
    I hope you would answer me
    Thankyou

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

      L=[15,'JpSn',25,24,56,'NOidA']
      print("Original list is:",L)
      for i in range(len(L)):
      if type(L[i])==int:
      L[i]=L[i]*2
      print("List after updation:",L)

    • @sahilpatel5829
      @sahilpatel5829 3 года назад

      @@codeitup But sir here we also have to change the alphabet and it does not change, how would it be done

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

    👍

  • @nakulattrey2003
    @nakulattrey2003 3 года назад

    How to append a value between two elements?

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

      Using insert function

  • @sambam9851
    @sambam9851 3 года назад

    Sir in 6.08 mins , if user enter number in "x "then there should be int (input("enter the ....))
    But there is no "int" function ?
    Why sir

    • @codeitup
      @codeitup  3 года назад

      You can given int() if you want. Since I had not to perform any calculation on it, I ignored it.

  • @monikamanchanda1626
    @monikamanchanda1626 5 месяцев назад

    1000 likes