...

/

Exercise: From List to Tuple

Exercise: From List to Tuple

Use some of the elements of a list to make a tuple.

Problem statement

You are given a list called my_list. Using this list, you are required to ...