Home » Programming Language (coding) » Python MCQs » Study the following program: i = 1: while True: if i%3 == 0: break print(i) Which of the following is the correct output of this program?
Study the following program: i = 1: while True: if i%3 == 0: break print(i) Which of the following is the correct output of this program?