elif a == "other":
numberset = 0
for count in range(8):
nnn = randrange(33,126)
print(nnn)
numberset += nnn
I need to find out how to add all of the 8 generated numbers to make a total and then set that as a variable.
Aucun commentaire:
Enregistrer un commentaire