[Solved]D Question 6 1 Pts Add Elements Canvas Element Example Create Line List Pair Coordinates X Q37174443

D Question 6 1 pts When we add elements to a Canvas element, for example, to create a line we list a pair of coordinates (x, y) to indicate the start and end of the line. What would the line drawn by the following code look like? self.canvas.create_line(100,100, 120, 80) O A diagonal line angling up, like a forward slash on my keyboard O A diagonal line angling down, like a backwards slash on my keyboard O A horizontal line, like a dash O A vertical line, like the pipe symbol or the letter”I” Show transcribed image text D Question 6 1 pts When we add elements to a Canvas element, for example, to create a line we list a pair of coordinates (x, y) to indicate the start and end of the line. What would the line drawn by the following code look like? self.canvas.create_line(100,100, 120, 80) O A diagonal line angling up, like a forward slash on my keyboard O A diagonal line angling down, like a backwards slash on my keyboard O A horizontal line, like a dash O A vertical line, like the pipe symbol or the letter”I”
Expert Answer
Answer to D Question 6 1 pts When we add elements to a Canvas element, for example, to create a line we list a pair of coordinates… . . .
OR

