Meta Interview Question

Write a function that returns the elements on odd positions (0 based) in a list

Interview Answer

Anonymous

Mar 28, 2023

With python

1