please explain how it was calculated?
Question Answered step-by-step please explain how it was calculated? please explain how it was calculated?Image transcription text28. What is the output of the following code segment? sum = 12 for k in range (10, 0, -3): sum += k print (sum)OA. 34 OB. 24 OC 32 OD 22… Show more Computer Science Engineering & Technology Python Programming GEN 175 Share QuestionEmailCopy link Comments (0)


