Объяснение:
D=list(map(int, input().split()))
for i in range(12):
if D[i]%3==0:
D.pop(i)
A.insert(i, 3)
Объяснение:
D=list(map(int, input().split()))
for i in range(12):
if D[i]%3==0:
D.pop(i)
A.insert(i, 3)