I used to use perl -c 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?
perl -c
← Назад к списку