[PYTHON] TypeError: unsupported operand type (s) for /:'list' and'float'
Resolve the error in the title
When I multiplied the list created by the inclusion notation by a constant, an error occurred. It will be solved if you wrap it in np.array () and calculate it with numpy
