When debugging code, what are effective ways to determine which sections of code are working properly? Select all that apply.

Automate Cybersecurity Tasks with Python | Weekly challenge 4 Quiz | 

When debugging code, what are effective ways to determine which sections of code are working properly? Select all that apply.

  • Add comments in the code
  • Add print statements
  • Use a debugger
  • Delete blank lines from the code

 

Leave a Comment