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
6
4 times.
I hope it's help you please like and mark me on brainliester
Similar questions