Python Program to Find the Largest, Minimum & Second-Largest Number in a List [Hindi] #20

  Рет қаралды 10,961

WsCube Tech

WsCube Tech

3 жыл бұрын

In this video, We are explaining about Python Program to Find the Largest, Minimum & Second-Largest Number in a List. Please do watch the complete video for in-depth information.
JOIN: / @wscubetech
Link to our "English KZfaq Channel": bit.ly/2M3oYOs
WsCubeTech - Digital Marketing Agency & Institute.
✔ We can help you to create a Digital Marketing plan to take your business to new heights.
✔ Offering Job Oriented Most Latest, Updated, and advanced Digital Marketing Courses with Practical, Hands-on Live Projects Training & Exposure.
For More information : Call us at : +91- 92696-98122
Or visit at www.wscubetech.com/
There is a complete playlist of Digital Marketing Interview Tips & Tricks available -
kzfaq.info?list...
There is a complete playlist of Facebook Ads available -
Link: • Facebook Advance SMO &...
There is a complete playlist of Twitter Ads available.
Link: • Twitter Ads | All Twit...
✅ CONNECT WITH THE FOUNDER (Mr. Kushagra Bhatia) -
👉 Instagram - / kushagrabhatiaofficial
👉 LinkedIn - / kushagra-bhatia
👉 Facebook - / kushagrawscubetech
Please don’t forget to Like, Share & Subscribe
►Subscribe: bit.ly/wscubechannel
► Facebook: / wsubetech.india
► Twitter: / wscube
► Instagram: / wscubetechindia
► LinkedIn : / wscube-tech
► KZfaq: / wscubetechjodhpur
► Website: wscubetech.com
-------------------------------------| Thanks |--------------------------
#PythonProgram #FindNumbers

Пікірлер: 10
@Kartikff69414
@Kartikff69414 10 ай бұрын
thank you mam for wonderful explaination🥰
@ythindi9074
@ythindi9074 9 ай бұрын
Excellent 🙏🙏🙏🙏
@badalbihari7893
@badalbihari7893 11 ай бұрын
Shandar
@simplesimp1328
@simplesimp1328 6 ай бұрын
If we can't use sort function then
@krishnakantverma788
@krishnakantverma788 2 жыл бұрын
Repeated values ke liye ye logic kam nhi kr rha h
@garda_shorts
@garda_shorts 5 ай бұрын
my_list=[2, 3, 5, 5, 6, 6 ] new_list=set(my_list) sorted_list = sorted(new_list) print(sorted_list[-2])
@mirzaakibbeig2612
@mirzaakibbeig2612 Жыл бұрын
# Python prog to illustrate the following in a list def find_len(list1): length = len(list1) list1.sort() print("Largest element is:", list1[length-1]) print("Smallest element is:", list1[0]) print("Second Largest element is:", list1[length-2]) print("Second Smallest element is:", list1[1]) # Driver Code list1=[123,345,456,12,32,43,64,12,1] Largest = find_len(list1)
@johanebussainte2152
@johanebussainte2152 9 ай бұрын
Nn?nnnn
@garda_shorts
@garda_shorts 5 ай бұрын
Your code won't work for repeated values Here is the correct version of it my_list=[2, 3, 5, 5, 6, 6 ] new_list=set(my_list) sorted_list = sorted(new_list) print(sorted_list[-2])
Second Largest number in a Python List
7:33
The Programming Portal
Рет қаралды 23 М.
Gym belt !! 😂😂  @kauermtt
00:10
Tibo InShape
Рет қаралды 16 МЛН
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 389 М.
Python Program to Check Leap Year (Hindi) | Python Tutorial
8:51
Python - Find The Largest Number In A List
4:09
Wrt Tech
Рет қаралды 24 М.
Python Program To Check Whether A Number Is A Palindrome Or Not
9:53
Solve any Star Pattern program in Python
18:44
Simply Coding
Рет қаралды 892 М.