I used to use perl -c programfile to check the syntax of a Perl program and then exit without executing it. Is there an equivalent way to do this for a Python script?

9 Answers
9

Leave a Reply

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