Fill in the blanks to print the first element of the list, if it contains even number of elements. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Fill in the blanks to print the first element of the list, if it contains even number of elements.

list = [1, 2, 3, 4] if _(list) % 2 == 0_ print(list[])

29th Jul 2019, 5:49 AM
Sazida Binta Islam
Sazida Binta Islam - avatar
0 Answers