Computer Science, asked by kumarsidhartha, 3 months ago

What will be the output of following program
fos X in range (1, 15 ,3);
if x%2==0:
print (x**2, end = ' ')
else:
print(x**2 , end= ' ')​

Answers

Answered by apj6057
0

Answer:

sorry idk byeee

Explanation:

Similar questions