Question: can this code be translated in picture instead of turtle ? i would like it in picture not turtle Best use 'picture' module, or turtle
can this code be translated in "picture" instead of turtle ?
Best use 'picture' module, or turtle to draw this. Input: An integer for the width of the image (width) and the height in bricks of the pyramid ( n ). Output: An image of a pyramid that is n bricks tall in a square canvas width wide (and thus width tall). Prompt the user for the width width of the canvas. Prompt the user for the number of bricks tall to make the pyramid, n. Setup a canvas of size width by width with a cyan background. Start building the pyramid in the bottom left corner of the canvas
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
