Jumping on the Clouds | Warm Up |PYTHON | HACKERRANK Solution | Interview | Coding for Beginners

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025
  • Preparing for interviews or learning programming in Python - This is a good practice exercise to start out.
    Hackerrank Question - www.hackerrank...
    If there's a specific problem or a concept you want me to make a video on, LET ME KNOW IN THE COMMENTS BELOW.
    If you liked my video, Do hit the LIKE BUTTON and SUBSCRIBE to my channel!
    I'm making tutorials on all questions so stay tuned!

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

  • @edwardcontreras4101
    @edwardcontreras4101 7 месяцев назад

    Hi, I've seen one as follows: you have a list of items [x,y,y1,z, z2] - they are considered in order if they are in order or only one number is out of order. The query is to write function to calculate the way to get it to the minimum ordered list. Have you seen it?

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

    Good refresher

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

    Great video

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

    Excellence!

  • @ArchRivalz.
    @ArchRivalz. 4 года назад +1

    Well, I learned something today..

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

      I'm glad you learnt! I'm uploading regularly, hope you it helps you!

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

    Good brother 💪

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

    Great video!

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

    Helpful information

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

    Nice video

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

    Very useful

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

    Great warm up!

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

    Cool Coding dude!

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

    Brother, I had a question. If we use pop instead of append, what will happen and how will we have to change our code? Can we execute it?

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

    Great video 👍🏻

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

    This was informative! Thank you

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

      Haha Thanks a lot!! You're so welcome!

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

    fireeeeee

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

    This is pretty useful!

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

    Hi Mud codes... 1st of all I want to thank you for your videos. I have been learning to code now for 4 months and I do give them my best shot. Then I can count on you to teach me!
    I need to create a function to read in 3 accounts and output the account summary.
    monthly subscription = $7
    ad free months = $2
    video on demand purchases = $21.99
    accounts = [account 1, account 2, account 3]
    How many months subscribed?
    int(input())
    If months subscribed can be divided by 3
    each 3 months will be 18
    and each month after that will be 7
    else each month is 7
    How many ad free months purchased?
    int(input())
    ad free months * 2

    How many video on demand purchased?
    float(input())
    video on demand * 27.99
    Account (1,2,3 #for each account summary) made ${total} total
    #print((acct[i]) ,'made $ {:.2f}'.format(float(total)), 'total')
    print('