Matrix Operations: Row Swapping | Challenge

# Introduction In this challenge, we will be working with matrix operations. The task is to swap the elements of the 2nd row and the 5th row of a given matrix and output the new matrix. The output should have each number occupying 5 positions and left-aligned. To accomplish this, we will use lists, simultaneous assignment, loops, and file handling.

|60 : 00

Click the virtual machine below to start practicing