Computer Science, asked by roshan2089, 6 months ago

Write the output of the following python program code :

A=[10,12,15,17,20,30]

for i in range(0,6):

if(A[i]%2==0):

A[i]/=2

elif(A[i]%3==0):

A[i]/=3

elif(A[i]%5==0):

A[i]/=5

for i in range(0,6):

print(A[i],end=”#”)​

Answers

Answered by rohansirsewad13
1

Answer:

Give the names of some people who may have suffered due to too much media attention. Do you think it is right for media persons to intrude into people's lives?. Express your views in a short paragraph giving examples

PLEASE ANSWER MY QUESTION ABOVE

Similar questions
English, 6 months ago