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
0
Answer:
sorry idk byeee
Explanation:
Similar questions