Computer Science, asked by jishatc410, 4 months ago

9. Write the output of the following code:
if i in range (2):
for j in range (1):
if i+2 ==j:
print ("+", end=" ")
else:
print("o", end=" ")​

Answers

Answered by kollojumadhavi
0

Answer:

5

Explanation:

5 it's correct or not .

Similar questions