In this project, you practice loop and defining custom functions. Draw the following shape with a for loop. Define a function draw_circle(x,y,r), which draws a circle centered at (x,y) and
In this project, you practice loop and defining custom functions. Draw the following shape with a for loop. Define a function draw_circle(x,y,r), which draws a circle centered at (x,y) and
In this project, you practice loop and defining custom functions. Draw the following shape with a for loop. Define a function draw_square(x,y,s), which draws a square centered at (x,y) and
Draw the following horizontally tangent circles. Learn to use setheading() function.
Draw a few tangent circles as seen below.
Draw a five sided star called Pentagram.
Draw a trapezoid shape. You can use goto(x,y) function together with foward() and left() functions.
Draw a right triangle. You can use goto(x,y) function along with forward(d) and left(angle). Related Projects
Draw a hexagon with just forward and left functions. Related Projects
Use your imagination to draw a beautiful house!
Draw the following concentric squares that have color gradually changing from hue value 0 in the center to hue value 1 for outer squares.