Modify circle of isosceles triangle projects to make all triangles point inward as shown. Related Projects: Geometry Loops
Modify circle of isosceles triangle projects to make all triangles point inward as shown. Related Projects: Geometry Loops
Use the Isosceles triangle function created in this project, draw the circle of isosceles triangles as shown below. Your code should easily change the number of triangles, and radius and
Based on the function that draws Isosceles Trapezoid in the this previous project, draw the following fractal tree with Python and Turtle. Related Projects: Projects with similar difficulty Fractals Recursion
Draw the 50 random isosceles trapezoids with random locations, random sizes, and random filled colors. Hints: Create a function that draws isosceles trapezoids given position, direction, height, base and top
Write a program that draw a diamonds suit shape with Python and Turtle. Please note that four sides are curves not straight lines. A more challenging task is to make
Trefoil, comes from Lantin, means three-leaved plant. It is a shape used in architecture and Christian symbolism. For more details about this shape checkout this Wikipedia article. Hint: This shape
Draw a sun shape with a circle and evenly space isosceles triangles surrounding the circle. You may need to use trigonometry to draw this shape. You can also color the
The figure above shows, we can draw a simple heart shape with 4 segments: 2 lines and 2 arcs. We can continuously draw these 4 segments without lifting up the
Draw a circle that is perfectly inscribed inside an equilateral triangle as shown. You may want to use some math skills in solving this problem.
In a previous project, we drew a star fractal with recursion. A tutorial and source code were provided in that project. Based on the code, draw the following colorful star