Write a function that expects a two-d table of integers

Assignment Help Python Programming
Reference no: EM132357236

Question

Write a function called printAverages that expects a two-dimensional table of integers (implemented as a list of lists) as its only parameter, where each row of the table contains the quiz scores for a student.

For each row of the table , your function should compute the average of all but the lowest score in the row and print that average. For example, given an table of quiz scores that looks like this:

0 1 2 3 4

0 50 50 0 50 50

1 85 75 70 65 5

2 0 5 5 0 5

The printAverages function should print this:

Average for row 0 is 50.0

Average for row 1 is 72.5

Average for row 2 is 3.75

You may assume that no quiz score is less than 0 or greater than 100. The values may be either integers or floating point numbers. You may also assume that every row contains the same number of scores. Note that only one lowest score in a row is dropped.

Your function should not ask for keyboard input, and the only value it returns is None. Note that the table of scores could have any number of rows or columns so long as the number is greater than zero; the dimensions of the table will not necessarily be the same as in the example given on the previous page.

The list of lists for the sample table would look like this: [[50, 50, 0, 50, 50], [80, 75, 70, 65, 5], [0, 5, 5, 0, 5]]

Please use Python 3 and focus on using nested loops and not shortcuts around nested loops.

Reference no: EM132357236

Questions Cloud

Explain the advantages and disadvantages of erp and crm : Explain the advantages and disadvantages of ERP and CRM Explain the responsibility consider necessary to the success of the procurement plan.
Experience with the menu system : How do the colors, text, graphics, etc., affect the user's experience with the menu system? How could a "busy" interface become distractive to users?
Create a new table with the same dimensions as the two table : Create a function called threeboxes that expects two 2-dimensional tables of integers as parameters. Both will be implemented as a list of lists.
What type of address is used by an ethernet frame : 1. What type of address is used by an Ethernet frame to deliver a packet? 2. What protocol is used to automatically configure network cards of client PCs?
Write a function that expects a two-d table of integers : Write a function called printAverages that expects a two-dimensional table of integers as its only parameter, where each row of the table contains the quiz.
Compute the euclidean distance between the two data points : Typically, K-means algorithm need multiple iterations to generate desirable results. Under what condition, the K-means algorithm will coverage or end?
What are current computer vulnerabilities : It is very important to be aware of the latest vulnerabilities so that you can react quickly if one hits a system under your guard.
What questions should i ask the user : What questions should I ask the user and what tests would I have to use? Please explain using a decision tree (or other structured plan) for guiding the investi
What is the average time to read a single sector : Suppose we have a magnetic disk with the following parameters:

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd