Python Program to Find the Largest and Smallest Element / Number Present in a List

preview_player
Показать описание
In this tutorial you will learn to write a Python Program to find the largest and smallest element / number present in a list.

Here we are discussing about using min and max functions and also about using the sort function which works on a list.

our Social Media Pages

Our Website

#ExampleProgram
Рекомендации по теме
Комментарии
Автор

Sir your videos are really helping me to move on
I am only in 6th grade, so I wish to learn new things and upload it to my channel.
So your classes have been really helpful.
Thank you so much 😊😊😊🥰

chemmuzchemmu
Автор

Given an array length 1 or more of ints, return the avearage between the largest and smallest values in the array
avg_big_small([7, 2, 10, 9]) → 6
avg_big_small([2, 10, 7, 2]) → 6

GKavya-xdlo
Автор

well explained sir. This series is really helpful

_shubhambirhade
Автор

Sir i have a doubt regarding curl braces, there are two variables as you mentioned largest and smallest put it in curly braces . My question is how to use and how it work?

dineshbalu
Автор

Dear Sir, i would like to join a course under "ep"

chandramohansubramanian
Автор

Sir which recording app are you using?

chemmuzchemmu
Автор

Sir, how to connect MySQL in python can you explain sir pls.

suriyaprakashs