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

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.ค. 2024
  • 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

ความคิดเห็น • 11

  • @lukep712
    @lukep712 3 ปีที่แล้ว

    that was very helpful, thanks from Brazil

  • @kanishkaaswani6891
    @kanishkaaswani6891 3 ปีที่แล้ว

    THANKYOU SO MUCH SIR !! IT HELPED ME A LOT

  • @kanishkaaswani6891
    @kanishkaaswani6891 3 ปีที่แล้ว

    LIKED AND SUBSCRIBED!

  • @karuniaputri2462
    @karuniaputri2462 3 ปีที่แล้ว

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

  • @natureseeker7535
    @natureseeker7535 2 ปีที่แล้ว

    Thanks man 😊

  • @TheDevika2006
    @TheDevika2006 3 ปีที่แล้ว

    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.

  • @mayurnanaware786
    @mayurnanaware786 3 ปีที่แล้ว +1

    Can you give flowchart of this program...?

  • @pramodpatil8430
    @pramodpatil8430 2 ปีที่แล้ว

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

  • @ruturajsavkare7464
    @ruturajsavkare7464 3 ปีที่แล้ว

    can u provide flowchart for that program

  • @chetanchaudhari7130
    @chetanchaudhari7130 ปีที่แล้ว

    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

  • @fareseslam849
    @fareseslam849 2 ปีที่แล้ว

    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.