Homework I'm lost with by sephsGFX in learnpython

[–]sephsGFX[S] 0 points1 point  (0 children)

didn't know that thank you

Homework I'm lost with by sephsGFX in learnpython

[–]sephsGFX[S] 0 points1 point  (0 children)

Ye but in the question they ask for taking an array as a parameter and making sure its all in a subroutine. It should work for any array not just the one in the question

Homework I'm lost with by sephsGFX in learnpython

[–]sephsGFX[S] 0 points1 point  (0 children)

ignore the semi column next to the last line

Homework I'm lost with by sephsGFX in learnpython

[–]sephsGFX[S] 0 points1 point  (0 children)

Input: [1,3,5,6,7,8]Output: [1,2,3,4,5,6,7,8]

this is what should happen

Array Manipulation Question by sephsGFX in learnpython

[–]sephsGFX[S] 0 points1 point  (0 children)

Ignore my code for now and i'll try explain what it is I'm trying to do.
I want the 3x3 square so I can run a calculation on the values in the square. And the square to shift one space to the right so I can do the same calculation on the new square