We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Description:
This function writes the matrix or ranked list that is in python to a file in the specified path.
Prototype:
Parameters:
value -> list variable that contains the matrix or ranked list.
path -> way to be saved. It must contain the name you want for the file, for example "user/desktop/matrix_file.txt".
Return value:
There is no return.
Example:
TO DO