निम्नलिखित प्रोग्राम में निर्गत 'sum' का अनुमान लगाइए। Find the output 'sum' in the following programme. sum 0 for i in range (1, 11, 2) : sum +i print ''sum '', sum

🎲 Try a Random Question  |  Total Questions in Quiz: 98  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Haryana HSSC Previous Papers: Police Constable 2018 (Second Shift) — practice the complete quiz, review flashcards, or try a random question.


निम्नलिखित प्रोग्राम में निर्गत 'sum' का अनुमान लगाइए। Find the output 'sum' in the following programme. sum 0 for i in range (1, 11, 2) : sum +i print ''sum '', sum