I feel like I saw somewhere that there was a shortened version of this.
#
for a in range(len(characters)):
for b in range(len(characters)):
for c in range(len(characters)):
for d in range(len(characters)):
I need to be able to choose the amount of nested loops too... but if someone could just help with this first that would be great! I have been trying to shorten it for a day now and I cant figure it out. Please help!!