Well, firstly you'll want to loop between 0 and 6. Then for every iteration, you'll have to loop between the current number and 0, then from 0 back to the current number.
Ero11/17/2022
What
Ero11/17/2022
Or do the writelines in the loop i guess
Ero11/17/2022
Nah don't do the spoonfeed thing
Ero11/17/2022
I was trying to show why what you suggested is bogus
thinker22711/17/2022
I mean, there's a lot of ways you could do this. That's a completely valid way, although I suspect it's probably not the "intended" one in this situation.
thinker22711/17/2022
Also you practically just wrote half the thing for them