Draw Rainbow using Turtle Graphics in Python #python

preview_player
Показать описание
Draw Rainbow using Turtle Graphics in Python

Turtle is an inbuilt module in Python. It provides:

Drawing using a screen (cardboard).
Turtle (pen).
To draw something on the screen, we need to move the turtle (pen), and to move the turtle, there are some functions like the forward(), backward(), etc.

Рекомендации по теме
Комментарии
Автор

which version of python you are using in your laptop. ... Actually im a beginner 😅

ankitarai