Home / Questions / Other Python में range(5) क्या देता है? — error आने पर developer क्या करे? Other 0 Views Verified Python में range(5) क्या देता है? — error आने पर developer क्या करे? #python #python programming #coding #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified Correct Answer 0, 1, 2, 3, 4 0, 1, 2, 3, 4 Additional Explanation range stop value को exclude करता है। पहले traceback की exact line और input value check करें।