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
0
Answer:
5
Explanation:
5 it's correct or not .
Similar questions