Question: 17. Give a description of how you debug code using two examples. Is debugging a major or minor element of programming? Why? Programming standards (how

17. Give a description of how you debug code using two examples. Is debugging a major or minor element of programming? Why? Programming standards (how to name variables, commenting, what functions to use, etc.) help debugging for teams. Why do you think this is true. 18. Create a dictionary called rolls whose key value is the sum of two fair die: 1,2,3,..., 12 Using the Python package random, write a program that rolls two die 1000 times and then displays the counts. Here is the output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
