0
HOW TO PRINT MIDDLE OF INDEX IN LIST
EXAMPLE [1,2,3,4,5,6,7,8,9] MIDDLE ONE
4 Respostas
+ 4
NET MASTER I believe you are referring to this
https://code.sololearn.com/cA73IN7JLoBy/?ref=app
+ 7
NET MASTER ,
> not quite clear what your issue is.
> can you give 2 samples (even number of elements and odd number of elements if this is relevant) of input, and what the expected output
should be.
+ 2
The index in the middle or the contents of the index in the middle?
0
Example [1,2,3,4,5,6,7,8,9] how to print middle one