Home / Questions / Other Import करते समय local file का नाम package जैसा रखने से क्या समस्या हो सकती है? — error आने पर developer क्या करे? Other 0 Views Verified Import करते समय local file का नाम package जैसा रखने से क्या समस्या हो सकती है? — error आने पर developer क्या करे? #python #debugging #best-practices #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified Import faster हो जाता है Import faster हो जाता है Additional Explanation यह विकल्प सही समाधान नहीं है।
Verified Python automatically rename करता है Python automatically rename करता है Additional Explanation यह विकल्प सही समाधान नहीं है।
Verified Correct Answer Local file standard/third-party module को shadow कर सकती है Local file standard/third-party module को shadow कर सकती है Additional Explanation जैसे requests.py रखने से actual requests package shadow हो सकता है। पहले traceback की exact line और input value check करें।