I am trying to create a matrix of random numbers, but my solution is too long and looks ugly
random_matrix = [[random.random() for e in range(2)] for e in ra
random_matrix = [[random.random for j in range(collumns)] for i in range(rows) for i in range(rows): print random_matrix[i]