CBSE BOARD XII, asked by thiraviamsuryaprakas, 18 days ago

4. Write the output of the following:
(i) for i in '123':
print("guru 99", i,)
(ii) for i in [100, 200,300]:
print (i)
(iii) for j in range (10,6,-2):
print (j*2)
(iv) for x in range (1,6):
for y in range (1, X+1):
print (x,' ', y)
(v) for x in range (10,20):
if (x == 15):
break
print (x)
(vi) for xin range (10,20):
if (x % 2 == 0) :
continue
print(x)​

Answers

Answered by 07imran007
2

Answer:

Answer:I maybe know answer but I will not answer the answer you asked us to answer.

Answer:I maybe know answer but I will not answer the answer you asked us to answer. (just kidding)

Answer:I maybe know answer but I will not answer the answer you asked us to answer. (just kidding) take this as fun and ignore this but don't forget to like and mark me as brainliest!

Similar questions