Meta interview question

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

Interview Answer

Anonymous

28 Mar 2023

With python

1