Python does not warrant the use of semicolons to end statements.

So why is this (below) allowed?

import pdb; pdb.set_trace()

15 Answers
15

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *