+ 1
Question about sorting
I need to create a tuple like this tuple=("a","b","c","d","e","f","g") and then create other tuples that start from a different element of the original, but follow the same order, like this tuple1=("c", "d","e", "f", "g", "a","b")
2 Respostas