What are draw screens?
1, they are the part of the game which when put together complete the whole logic
2, a screen we can draw on
3, pain types future in python
4, coding parts of game function
Answers
Answered by
0
Answer:
option. 1 is correct
they are the part of the game which when put together complete the whole logic.
Answered by
0
Draw screens are screens on which we can draw.
- “Turtle” is a python feature like a drawing board, which allows us to command a turtle to draw on the screen.
- We can use commands like draw.circle() to draw a circle in python.
- Before using turtle we need to install it.
- We can draw various shapes like square, circle, rectangle etc. using turtle.
Similar questions