write python program to multiply an element by 5 if it is at odd index and multiply by 2 if it is at even index in given list containing numbers and string
Answers
Answered by
0
Answer:
write python program to multiply an element by 5 if it is at odd index and multiply by 2 if it is at even index in given list containing numbers and string
Explanation:
write python program to multiply an element by 5 if it is at odd index and multiply by 2 if it is at even index in given list containing numbers and string
Similar questions