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

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -