6.6 lesson practice edhesive quiz

Answer:
1. 50
2. canvas.draw_circle((100,100), 50, 50, “Gray”, “Black”
3. X , Y , Radius, Line Width , Color
4. String
Explanation:
In this exercise we have to use the knowledge of computational language in python to identify the code.
The correct thing would be to change the 5 for 50.
So this code would be described as:
canvas.draw_circle((100,100), 50, 50, “Gray”, “Black”
X , Y , Radius, Line Width , Color
String
See more about python at brainly.com/question/18502436