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!
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?
Good refresher
I'm glad! :)
Great video
Thanks a lot!
Excellence!
Thank you!
Well, I learned something today..
I'm glad you learnt! I'm uploading regularly, hope you it helps you!
Good brother 💪
Thanks ✌
Great video!
Glad you enjoyed it
Helpful information
Glad it was helpful!
Nice video
Thank you!!
Very useful
Glad to hear that
Great warm up!
Thank you mate!
Cool Coding dude!
I'm glad you like it! :)
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?
Great video 👍🏻
Thanks 👍
This was informative! Thank you
Haha Thanks a lot!! You're so welcome!
fireeeeee
Thank you!
This is pretty useful!
Glad you think so!
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('