Music, asked by irayya9624, 5 months ago

Write the output of the following code. How many times the following loop iterate?
for j in "absolute":
if j >='t':
break
print ( j , end ' ' )

Answers

Answered by naveenjoshi01974
6

4 times.

I hope it's help you please like and mark me on brainliester

Similar questions