1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Python Help!!!!

Discussion in 'All other topics' started by tucker001, May 9, 2011.

Thread Status:
Not open for further replies.
  1. tucker001

    tucker001 Regular member

    Joined:
    Jun 6, 2006
    Messages:
    414
    Likes Received:
    0
    Trophy Points:
    26
    Program 1: Write an interactive Python program that will start by asking the user to enter a list of numbers and then it will display the following menu:


    1-Find The Maximum
    2-Find The Minimum
    3-Find The Average
    4-Exit
    Please Enter Your selection


    Your program will accept a number from the user and perform the task corresponding to that number. After performing the required task, the program will continue to ask to perform other tasks and display the menu. This program will end only when the user enters 4.

     
    Last edited: May 9, 2011
Thread Status:
Not open for further replies.

Share This Page