Question: Write a LISP function that accepts two lists. The function will append the second list to the first, while printing the first list after each
Write a LISP function that accepts two lists. The function will append the second list to the first, while printing the first list after each element of the first list.
Example:
List 1: show List 2: here it is
Desired result: show here show it show is show
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
