I know python does not have a definite command to move all the items in a array by so many numbers. But I cannot find a way to move the positions one by one.
My desired outcome would preferably simple as I am a python novice :)
Thanks if you can help.
My code is currently only in pseudocode
but heres a example:
PlayerName = ["Helen", "Adam", "Kwaku"]
But I need a line of code to move the numbers. eg:
kwaku, Helen, Adam. so all positions move by 1.