Open m-birke opened 1 week ago
wish to pass functions in a named parameter fashion.
fill(value=2, numRows=3, numCols=4)
in order to make code more self documenting, readable and avoid mistakes
wish to pass functions in a named parameter fashion.
fill(value=2, numRows=3, numCols=4)
in order to make code more self documenting, readable and avoid mistakes