Good afternoon,
May I please get help in solving an array rotation in Python? I wish to convert a 4 x 4 array into a 16 x 1 array. What I'm thinking is that, I would take each row (4 x 1), rotate it (1 x 4), and append each row rotation on each other until I reach 16 x 1. Would anyone know how to do this in Python? Any help would be appreciated, thank you.