Question
    Write a function that joins the two given lists into a single list?
    
        
    
    
    
    
 
    Login to Submit
    
    
    
Examples
Input: [1, 2] , [3, 4] Output: [1, 2, 3, 4]