Computer Science, asked by prachi2102, 3 months ago

23)a = 1 while True: if a % 7 = = 0: break print(a)
a += 1 Which of the following is correct output
of this program?
1 point
1 2 3 4 5 6 7
1234 67
1243576
invalid synatx
Clear selection
dorint:​

Answers

Answered by harshithsingh476
1

Answer:

123467

Explanation:

12345679

this is the answer

Answered by abhii10
0

Explanation:

thanks for the point may god bless you

Similar questions