Find and write the output of the following code.
Def ChangeVal(M,N):
For i in range (N) :
If M[i]%5==0:
M[i] //=5
If M[i]%3==0
M[i] //=3
L=[25,8,75,13]
ChangeVal(L,4)
For i in L:
Print (i,end='#')
Answers
Answered by
0
Answer:
cjxjb fn db xb cfvnc you tu
Similar questions