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.
BY Best Interview Question ON 01 Aug 2019