You are counting points for a basketball game, given the amount of 2-pointers scored and 3-pointers scored, find the final points for the team and return that value.
points(13, 12) ➞ 62 points(17, 12) ➞ 70 points(38, 8) ➞ 100
N/A