code a function definition for a function named shiftdiagonal which does the following: 1) accepts an x coordinate, y coordinate and amount to shift them by. 2) increments the x and y coordinates by the amount.