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 is NOT a way to debug Python code?
Using a debugging tool
Using assert() statements
Changing the code randomly
Inserting print() statements
Which of the following tools is used to debug Python code?
All are correct
pdb
assert() statements
print() statements
Congratulations. You have achieved
/5.
Try Again?