Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
Double 2
Create a function double that takes a list of integers as input and doubles each element in the list.
This function returns the input list along with the doubled list.