You are going to screenshot all of your work into a Powerpoint file.
To save your powerpoint go to: File explorer -> Resources:S -> You can save here -> Computer Science -> Assessment ->Your Class
Save the Powerpoint file: as your name
import turtle ### any functions go here ######## ################################# screen = turtle.Screen() screen.bgcolor("white") screen.title("Put your title here") tim = turtle.Turtle() tim.color("green") tim.shape('turtle') ### put your main code below here ####
Complete the tasks below attempting the most difficult one you can manage
screen.title("Question 1")
screen.title("Question 2")
screen.title("Question 3")
screen.title("Question 4")