Thank you for your awesome challenges. I am new to python, I know there is `print` and `pdb.set_trace()`. 1. Could you tell me where is the printed message? 2. And how to make pdb.set_trace() work?
Thank you for your awesome challenges.
I am new to python, I know there is
printandpdb.set_trace().