Skip to content

Sidhant2611/Python-Turtle-Graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Python-Turtle Graphics

Python Turtle Graphics print using 'import turtle' command

Python Code:

import turtle t=turtle.Turtle() s=turtle.Screen() s.bgcolor('White') t.pencolor('green') t.speed(0) for i in range (150):
t.circle(190-1,90) t.lt(98) t.circle(190-1,90) t.lt(18)

About

Python circular pattern print using 'import tutle' command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages