Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Learn
/
Python
/
Debugging
/
Quiz
Debugging
Which of the following tools is used to debug Python code?
All are correct
pdb
print() statements
assert() statements
Which of the following is NOT a way to debug Python code?
Using assert() statements
Using a debugging tool
Changing the code randomly
Inserting print() statements
Congratulations. You have achieved
/5.
Try Again?