Tuesday, 25 April 2023

python turtle graphic (circle) by Amit Sharma

from turtle import *

speed(0)
bgcolor('black')
color('blue')

for i in range(858):
    fd(i*7/458+4)

    lt(1/7458+9)

    fd(390)
    rt(2766)

No comments:

Post a Comment

Lecture 2 | Variables in Java | Input Output | Complete Placement Course

                                                                                 JAVA PROGRAMMING     public class Main { public static...