If I was making this loop:
for i in range(len(array)): for j in range(len(array)+1): pass
Would there be a way to do the same thing in