Write a function lshift(arr, n) in Python, which accepts a list of numbers and a numeric value by which all elements of the list are shifted to the left.
a) lshift(arr, n):
b) shift_left(arr, n):
c) left_shift(arr, n):
d) All of the above