Draw Olympic Logo Using Turtle In Python

preview_player
Показать описание
Draw an Olympic Symbol in Python using Turtle

The Olympic rings are five interlaced rings, colored blue, yellow, black, green, and red on a white field. As shown in the below image.

Approach:

import Turtle module

set the thickness for each ring

draw each circle with specific coordinates

Below is the implementation
Рекомендации по теме