-
Notifications
You must be signed in to change notification settings - Fork 0
write_data
Gus-prog edited this page Jul 20, 2022
·
4 revisions
Description:
This function writes the matrix or ranked list that is in python to a file in the specified path.
Prototype:
- write_data(value, path)
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