Tell us what’s happening:
i need help to understand this transpose thing and matrix am stuck as i am not understanding somethings there and am in need of assistance
Your code so far
def transpose([1,2,3,[4,5,6])
return matrix
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36
Challenge Information:
Daily Coding Challenge - Transposed Matrix
https://www.freecodecamp.org/learn/daily-coding-challenge/2026-05-09