You'll get two inputs, each will be a comma separated list of numbers. Each input will contain
the same amount of numbers. You'll need to merge the two lists by inserting numbers from value2 into value1.
Each number from value2 should be inserted every other number starting after the first number in value 1.