Exercise: From List to Tuple
Use some of the elements of a list to make a tuple.
We'll cover the following...
Problem statement
You are given a list called my_list
. Using this list, you are required to ...
Use some of the elements of a list to make a tuple.
You are given a list called my_list
. Using this list, you are required to ...