Skip to content

This repository contains practice activities for Turtle Library in Python for the beginners.

Notifications You must be signed in to change notification settings

swangchu/Turtle-Python

Repository files navigation

Python-practical

List of practical to help the beginners in learning python.

List of projects to be implemented using Turtle Module

  1. Write a program using Turtle module to generate a coil using six circles of radius 50 pixels and they are 20 pixels apath.

    Turtle Methods Use

  2. Write a program using Turtle module to generate five dash lines starting 400 pixels from left of the center of the canvas and each dash to be 100 pixels and they are 100 pixels apath.

    Turtle Methods which are not covered before

  3. Write a program using Turtle module to generate a square of 100 pixels

    Turtle Methods which are not covered before

  4. Write a program using Turtle module to generate a chain of 4 circles of radius 25 pixels.The circles just touches eachother and their outline to be of black, yellow, red, green and blue.

    Turtle Methods which are not covered before

  5. Write a program using Turtle module to generate a hexagon.Each side of the hexagon should of different color and thinkcer than then default size.Draw the hexagon with speed of 5.

    Turtle Methods which are not covered before

  6. Write a program using Turtle module to generate two concentric circles.The inner circle filled with red color while outer circle is without color.

    Turtle Methods which are not covered before

  7. Write a program using Turtle module to generate series of shapes in line.Begin with a triangle then pentagon, hexagon, heptagon, octagon, nonagon and decagon.

    Turtle Methods which are not covered before

  8. Write a program using Turtle module to generate four circles.These circles just touches eachother and the center of the canvas is the center of all the circles.

  9. Write a program using Turtle module to generate a square swirl.

  10. Write a program using Turtle module to generate a star with dark screen background.

    Turtle Methods which are not covered before

  11. Write a program using Turtle to generate a square with one turtle only on every corner of the square.

    Turtle Methods which are not covered before

  12. Write a program using Turtle to generate a sun with four rays around it.

    Turtle Methods which are not covered before

About

This repository contains practice activities for Turtle Library in Python for the beginners.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages