How output the first element then the last element of the entire list.

a. can use loops,len(), range(), .append(), .insert()
b. can also use Arithmetic, Boolean operators, conditional statements, casting functions
c. example
d. input: [0,1,2,3,4,5]

Answer :

Other Questions