Closed nomad-vagabond closed 4 years ago
In Python 3 division operator "/" produces "float" type output. Use either conversion to 'int' type or '//' operator to get correct matrix size
Thanks for contributing.
In Python 3 division operator "/" produces "float" type output. Use either conversion to 'int' type or '//' operator to get correct matrix size