Solve problem "Even indices" online - Learn Python 3 - Snakify

Even indices


Statement

Given a list of numbers, find and print all the list elements with an even index number. (i.e. A[0], A[2], A[4], ...).
Advertising by Google, may be based on your interests

In all the problems input the data using input() and print the result using print().