Closed vignesh1507 closed 1 month ago
There is a small issue in this code related to the range values for x and y. The values -04.0 should be -4.0 to correctly define the range. In Python, -04.0 is not valid syntax for a float.
There is a small issue in this code related to the range values for x and y. The values -04.0 should be -4.0 to correctly define the range. In Python, -04.0 is not valid syntax for a float.