From 1a8224d4e105dc7b4851ffe64f6d788ce2e6784a Mon Sep 17 00:00:00 2001 From: Srishti Date: Sat, 15 Oct 2022 11:26:59 +0530 Subject: [PATCH] Update README.md --- scripts/turtle_graphics/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/turtle_graphics/README.md b/scripts/turtle_graphics/README.md index c9a6de2..4949303 100644 --- a/scripts/turtle_graphics/README.md +++ b/scripts/turtle_graphics/README.md @@ -2,4 +2,6 @@ The turtle module provides an environment in which turtles move around on a 2-dimensional grid. Turtles have a position, heading (the direction the turtle is facing) and a variety of possible states (turtles can draw lines of a particular colour when they move or leave no trace) and actions (turn left or right; move forward or backward. +![Screenshot (468)](https://user-images.githubusercontent.com/48403800/195971450-c57a6e04-f64e-413b-a29b-cdd59b5d8484.png) + We can create amazing graphics using _turtle_ and _colorsys_ module