methods of turtle library in python
Hello guys this is Satyam,again back with another awesome blog and in this blog I am going to discuss about an amazing library in Python which can be used for drawing purpose and animating stuffs.Turtle is a standard Python Library so it comes pre-installed in Python's Interpreter.Turtle is a very simple library in this library we have only many functions to know and use that are forward(),right(),left(),shape(),backward() - these are the most commonly used functions in the python's default library.
Methods with their description:
- Drawing state
- Color control
- Filling
- More drawing control
- Visibility
- Appearance
Methods of TurtleScreen/Screen¶
- Window control
- Animation control
- Using screen events
- Settings and special methods
- Input methods
- Methods specific to Screen
Thanks for Reading
No comments: