Question 1: Slicing and List Extraction

This is a simple question on list slicing and list extraction. https://www.instagram.com/p/CtGtxZIribN/?utm_source=ig_web_copy_link&igshid=MmJiY2I4NDBkZg== What will be the output of the following code: my_list = [1, 2, 3, 4, 5] result =…

0 Comments