❌=[0,0,0,0,0]
vec2=[0,0,0,0,0]
vec3=[0,0,0,0,0]
❌ i in range(0,4+1):
    vec1[i]=int(input("Dame un valor"))
for i in range(0,4+1):
    vec2[❌]=int(input("Dame un valor"))
    
for i in range(0,4+1):
    vec3[i]❌vec1[i]+vec2[i]
for i in range(0,4+1):
    print(❌)
Drag and drop to complete the text.