from turtle import*
bgcolor('black')
speed(0)
col=['red','yellow','pink','cyan','green','blue']
for i in range(120):
    pencolor(col[i%6])
    circle(190-i/2,90)
    left(90)
    circle(190-i/3,90)
    left(60)
Subscribe to:
Post Comments (Atom)
MCQ QUESTIONS
Loading…
- 
Q-1. In CIN C stands for ......? a.Customer b.Corporate c.Consumer d. Calculation Q2-How many Default Accounting Group in Tally Prime...
 - 
ECC- Expert computer course it is enhanced version of CCC. and in this course duration is increases, it is best course for student who w...
 - 
Now a days in computer languages java is very famous . it is developed by James Gosling in Sun MicroSystem in 1991. initially it was deve...
 
No comments:
Post a Comment