avinash201199 / Python-projects-

A repo containing some awesome python projects.
https://www.instagram.com/lets__code/
MIT License
33 stars 19 forks source link

Create Rainbow Renzene #21

Closed Vanshika-11 closed 3 years ago

Vanshika-11 commented 3 years ago

🔷Turtle is a special feathers of Python. Using Turtle, we can easily draw in a drawing board.

🔷First we import the turtle module. Then create a window, next we create turtle object and using turtle method we can draw in the drawing board.

🔷We can create so many shapes like a square , star, various patterns of square and so on. Also, with turtle programming , we can create very unique patterns using very simple code as I have done here. It's a RAINBOW BENZENE. Go give a try yourself ! 🔥

🔷If you are doing this for the first time, you will surely be amazed🤩

avinash201199 commented 3 years ago

I have merged your pr but you need to add this information about turtle in readme.md file in your project folder.

Vanshika-11 commented 3 years ago

I have merged your pr but you need to add this information about turtle in readme.md file in your project folder.

How can I add a readme.md file now? Could you please tell

avinash201199 commented 3 years ago

image

Go to your project folder click on add file then click on create new file ,give the name readme.md your readme file will be created :) here you can add the information about your project :)

avinash201199 commented 3 years ago

after adding the information make pr again will accept it :)