49. Full Array as String

Medium

Return the full string representation of array Z with no truncation, even for arrays large enough that NumPy would normally abbreviate the printed output with an ellipsis.

Implement solve(...)