0
Need help with a Python list or array, it's an emergency!!!
Guys I need some help. I need to write a code for a dynamic clockwise rotating board. The user inputs the number of rows, and lines, and the code needs to count the numbers, where number 1 is in the bottom right corner, and counts the numbers clockwise to the center. It needs to look like this: 5- 6- 7 | | 4 9- 8 | 3- 2- 1
1 Answer
+ 1
Show us your attempt.