<div style="color:black;font: 10pt arial;">
<div>I need help with this haskell function</div>
Write a function productLastPart which, only using library functions, returns the product of the
last n numbers in the list, where n is the first argument to the function. 
<div><span style="font-weight: bold;">productLastPart :: Int -> [Int] -> Int</span></div>
</div>