Computer Science, asked by wwwyashikasharma2520, 4 months ago

What will be the output of
following code? *
for i in range (5,15,2):
if i==9:
continue
print (i, end="")​

Answers

Answered by codecracker
2

Answer:

571113................:)

Similar questions