Gire 90 graus no sentido horário Python

new_matrix = [[m[j][i] for j in range(len(m))] for i in range(len(m[0])-1,-1,-1)]
Successful Squirrel