I am not able understand why I am getting this error ?
In the week 3 programming assignment Exercise 5
Error is : - Cell #UNQ_C5. Can’t compile the student’s code. Error: IndentationError(‘unexpected indent’, (‘/tmp/student_solution_cells/cell_28.py’, 54, 6, ’ for j in range(n):\n’))
Indentation is part of Python syntax. Looking at your code, the for loop code line has been indented. So just remove the indentation in the ‘for’ statement should help.