How can I check compilation errors in python? -


  #! / Usr / bin / python str = "this" अगर (1): प्रिंट "हाय" और : Print str.any_random_function ()  

जब मैं प्रोग्राम चलाता हूँ तब यह विफल नहीं होता I मैंने py_compile की कोशिश की, लेकिन उसने 'एफ़' में त्रुटि को इंगित नहीं किया, अब मैं प्रोग्राम को कैसे संकलित कर सकता हूं और पायथन कोड में त्रुटियों को विश्वसनीय तरीके से पहचान सकता हूँ?

धन्यवाद।

मुझे लगता है कि तुम्हारा सबसे अच्छा शर्त होगी।


Comments

Popular posts from this blog

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

.net - Self Tracking Entities (STE)'s and partial updates with EF4 and mVC2 -