k= "Gabriel Galvan"
print ("nombre del alumno",k)
calificasiones = [8.8,9.0,9.0]
total=sum(calificasiones)
p=total/3
print ("promedio;",p)
if p >= 7:
print ("aprodabdo")
else:
print ("no aprobado")
To embed this project on your website, copy the following code and paste it into your website's HTML: