The code should receive a number of student grades, print the grades average, and how many grades are 10% below and 10% above average. The code looks like this:
quantidade = int(raw_input())
inicio = 0
ListaDeNotas = list()
while quantidade &g...
asked by
10.04.2016 / 16:28