Entradas

Mostrando entradas de octubre, 2025

SIMULATION ANALYSIS OF FINAL

Imagen
'' COLEGIO JHON F. KENNEDY D.E.I By created: Date created: Date modified: Description: analysis of final annual grades ''' nom = str(input("Ingrese nombre completo: ")) asig= str(input("Ingrese nombre de la asignatura: ")) curs=str(input("Ingrese curso: ")) trim = int(input("Registre número entero del Trimestre: ")) while trim == 3: nuno =int(input("Ingrese el número de notas que tiene hasta el momento: ")) n1 = float(input("Ingrese nota 1: ")) n2 = float(input("Ingrese nota 2: ")) n3 = float(input("Ingrese nota 3: ")) n4 = float(input("Ingrese nota 4: ")) n5 = float(input("Ingrese nota 5: ")) n6 = float(input("Ingrese nota 6: ")) n7 = float(input("Ingrese nota 7: ")) n8 = float(input("Ingrese nota 8: ")) n9 = float(input("Ingrese nota 9: ")) n10= float(input("Ingrese nota 10: ")) n11= float(input("Ingrese no...