You are most welcome - stay tuned as I am making heaps more videos :)
@Gutkanewton6 Жыл бұрын
sir you teach very well don't stop and I ran this code on jupyter it worked well but on hackerrank as you said about hammer and execution part it was confusing to me i am new to hackerrank
@AmirCharkhi Жыл бұрын
Stay tuned and I am making heaps of videos soon🙂
@Emekaogboh007Ай бұрын
Hello, thank you for the lecture it has been amazing so far, but you didnt work on the Regex problem
@AmirCharkhiАй бұрын
Thanks for the comment - I will be making a separate video for the regex in Python💐
@Emekaogboh007Ай бұрын
@@AmirCharkhi okay thank you
@AmirCharkhiАй бұрын
@@Emekaogboh007 My pleasure :)
@sivaprasad85969 ай бұрын
Wow u r explantion superb sir! Great to see this solving. Sir put more solving problems on pycharm and pandas ALSO.I felt vey easy and get more confident sir!! Thank you Sir is there any job openeings on python at any company sir?Pls inform it in chatbox
@AmirCharkhi8 ай бұрын
So glad you enjoyed the video. I am making heaps more videos but I spend a lot of time carefully curating content so stay tuned💐
@LeaTex4 ай бұрын
what if all number in arr are the same? I think it returns None, and that must be ok.
@mateus95967 ай бұрын
Thank you, you have help me very much
@AmirCharkhi7 ай бұрын
Great to hear that mate and all the best learning💐
@Harry-vq7jt4 ай бұрын
arr = map(int, input().split()) new_sort=sorted(set((arr))) bro what about this?
@Gutkanewton6 Жыл бұрын
please reply if you see my comment sir... love from india
@AmirCharkhi Жыл бұрын
Thanks for your kind words and stay tuned🙂
@pranithaprani6199 Жыл бұрын
Sir!We want more videos on python programming
@AmirCharkhi Жыл бұрын
Sure thing, I am making over 100 videos at the moment🙂 subscribe and ask questions, more than happy to help🙂
@tazinga899010 ай бұрын
I think a simpler solution to this could be converting the arr into a set and converting it back to list and sorting it and after that we could print the last but 1 element which is the runner up :)