0
Turtle library HELP
If I drawing a square with turtle, how can i display an object on the center of the square ?
5 Answers
0
By positioning the turtle in the center of the square and drawing what you want to display.
0
âľChloe[she/her] [DMs Open] [K-POP stan] but if i want display one of the times the object of one list?
0
Nicola Esu then iterate through the list using a variable
0
âľChloe[she/her] [DMs Open] [K-POP stan] can you make an exanple
- 1
â¤â˘â đđ˘đ˘đđ¨ đđĄđđ˛đđĽ ââ˘â¤
If i have a list like :
List = [âaâ, âbâ, âcâ, âdâ]
And i want to put avery element of the list in a determinate point of the windows, how can i do ?