Question about sorting | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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")

28th Aug 2017, 12:05 AM
Germán Chrystan
Germán Chrystan - avatar
0 Answers