python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
X = [[1,2], [4,5], [7,8]] Result = [[0,0,0], [0,0,0]] for i in range(len(X)): for j in range(len(X[0])): Result[j][i] = X[i][j] for r in Result: print(r)
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up