明-3 NOMAD

Freedom is a synthetic enterprise, not a natural gift.

50

  • 2 Posts
  • 5 Comments
Joined 3Y ago
cake
Cake day: Nov 25, 2020

help-circle
rss
#Funcion promedio
def promedio(a):
    suma=0
    cant=len(a)
    for i in range(cant):
        suma=suma + a[i]
    promedio=suma/cant
    return promedio

#Funcion mayores de promedio
def mayores(calificacion,promedio,alumno):
    cant=len(calificacion)
    for i in range(cant):
        if calificacion[i] > promedio:
            print(alumno[i], "-", calificacion[i])

#Ingreso de datos
notas=[]
nombres=[]
for i in range(2):
    nombre=input("Ingrese nombre del alumno")
    nombres.append(nombre)
    nota=float(input("Ingres nota"))
    notas.append(nota)

resultado=promedio(notas)
mayores(notas,resultado,nombres)


“The world is already destroyed by a nuclear holocaust, we did it, boys!”



disgusting, this person is thanking for someone shitting on their mouth, fucking first world fuckers


Yes, let me explain because it is a bit more complicated than one might actually think. Capitalism. I hope you have understood that! Bye!


I remember that on Reddit people were trashing the developer for being Chinese, lol.