make a beautyful turtle graphics using python #vscode #coding #tkinter #python #turtlepython

preview_player
Показать описание
code👇👇
import turtle
import colorsys
tur = turtle.Turtle()
screen = turtle.Screen()
h=0
n = 100
speed = 100000
for j in range(100):
for i in range(1000):
h+=2/n

turtle is a pre-installed Python library that allows users to create pictures and shapes with a provided, virtual canvas. The onscreen pen you use to draw is called the turtle.

Uses of turtle programming
Create mini-games and animations
Turtle graphics are a great way to introduce kids to coding. With short programs of just five to ten lines of code, kids can create and modify while learning
Рекомендации по теме
welcome to shbcf.ru