Python Program to find Minimum number, Maximum number, Sum and the Average of numbers in the list.

preview_player
Показать описание
Develop a python program to accept n numbers from the user store in the list. Find the sum of numbers, minimum number, the maximum number and the average of numbers in the list.

how to use list sum function in python
how to use list min function in python
how to use list max function in python
how to use list len function in python
how to use list split function in python
how to use list join function in python

python interview programs,
python tutorial,
technical interview questions in c,
most commonly asked interview questions,
programming questions answered,
c technical interview questions and answers,
company based technical questions,
interview programs in c and c++,
c aptitude interview questions,
c programs,
python programming,
python programs,
most commonly asked programs in interview,
Java interview programs,
company based technical programs,
pattern programs
Рекомендации по теме
Комментарии
Автор

that was very helpful, thanks from Brazil

lukep
Автор

thank you it's helping me a lot to did my college task

karuniaputri
Автор

THANKYOU SO MUCH SIR !! IT HELPED ME A LOT

kanishkaaswani
Автор

How to find and display above and below of average value.. Ex average is 10..then values required & display below 10 and above 10

pramodpatil
Автор

Can you give flowchart of this program...?

mayurnanaware
Автор

Write a python program that does the following: (15 marks) - prompts the user enter the total gloves sales for each of 12 months into a list. - calculates and displays the total sales for the year - calculates and displays the average monthly sales, the months with the highest and lowest amounts.

fareseslam
Автор

Write a program to accept an integer amount from user and tell minimum
number of notes needed for representing that amount.
(Hint – Consider 450 -> 4*100 + 50*1 -> 2 : 5 notes plz exp

chetanchaudhari
Автор

hi sir, thank you so much . I am requesting you to help me in ths following sum too. i bit difficult to understand the sum.Given 3 inputs n, minimum, & maximum, find the number of values raised to the nth power that lie in the range [minimum, maximum], inclusive.

Constraints:

Remember that the range is inclusive.

a < b will always be true.

TheDevika
Автор

can u provide flowchart for that program

ruturajsavkare