Home / Questions / Other List copy करते समय `new = old` क्यों independent copy नहीं है? — error आने पर developer क्या करे? Other 0 Views Verified List copy करते समय `new = old` क्यों independent copy नहीं है? — error आने पर developer क्या करे? #python #debugging #best-practices #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified assignment deletes old list assignment deletes old list Additional Explanation यह विकल्प सही समाधान नहीं है।
Verified Correct Answer दोनों variables same list object को refer करते हैं दोनों variables same list object को refer करते हैं Additional Explanation Assignment reference bind करता है, copy नहीं। पहले traceback की exact line और input value check करें।
Verified new list automatically बनती है new list automatically बनती है Additional Explanation यह विकल्प सही समाधान नहीं है।
Verified Python list immutable है Python list immutable है Additional Explanation यह विकल्प सही समाधान नहीं है।