InterviewSolution
Saved Bookmarks
| 1. |
How will you do debugging in Python? |
|
Answer» Debugging in Python can be done by UTILIZING the inbuilt module pdb. This module actually defines the interactive SOURCE CODE debugger for all the Python PROGRAMS. |
|