Skip to content

write_data

Gus-prog edited this page Jul 20, 2022 · 4 revisions

write_data




write_data

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


Clone this wiki locally