The Canvas Drawing Program is a Python script that allows users to draw rectangles and squares on a canvas. Users can specify the canvas size, color, and draw different shapes using this interactive ...
In a nutshell, the program reads the input.txt, executes a set of commands from the file, step by step, and produces output.txt. At this time, the functionality of the program is quite limited but ...