# Draw python logo ### Modules required: ``` pip install PythonTurtle ``` ### Importing the module ```python import turtle ``` ## Output of this code: