print(row[:3]) is giving an incorrect answer, i.e. as opposed to what is given in the solution??
Hello @mursuljamil
Check your for loop, you modified the each element and assigned it to the data variable. In your print function, you are using row.
Hello @mursuljamil
Check your for loop, you modified the each element and assigned it to the data variable. In your print function, you are using row.