Computer Science, asked by Yashaswi001, 6 months ago

How make a turtle in Python 3.0​

Answers

Answered by abinabhiraj
1

Answer:

pip install turtle

Explanation:

pip is program in python if you don't know.

Just type this in terminal window if you are on mac or Linux and cmd in windows.

Now type in your python ide

import turtle

Mostly all the programs you will be writing you will need tkinter or pillow to make it better.

so pip install tkinter

pip install pillow

then

import thinker

import pillow

now it's your wish to program what you like to......

Enjoy programming.

Similar questions