Is there any way to improve this code?
lista = [0,0,0,0,0]
acuNota = 0
x = 0
arq = open("notas","w")
while x <= 4:
lista[x]= float(input("Insira uma nota por favor!"))
acuNota = acuNota + lista[x]
print ("Criando arquivo e...
asked on
07.08.2015 / 15:36