DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
551 stars 259 forks source link

Value error in ChessBoard.py #354

Closed vignesh1507 closed 1 month ago

vignesh1507 commented 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.