print('Hello world!')
N1=int(input("\nIntroduce el N1"))
N2=int(input("\nIntroduce el N2"))
N3=int(input("\nIntroduce el N3"))
N4=int(input("\nIntroduce el N4"))
N5=int(input("\nIntroduce el N5"))
N6=int(input("\nIntroduce el N6"))
Suma=N1+N2+N3+N4+N5+N6
Promedio=Suma/6
print("\nLa Suma de todos los numeros es:",Suma)
print("El Promedio es:",Promedio)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: