Please do it with LISP and do not copy from other question

Question Answered step-by-step Please do it with LISP and do not copy from other question Image transcription textQ 4. Write a lisp function that receives a list as the input argument (the list is mixed up integers, decimals,characters and nested lists) and returns a flattened list containing all the atomic number without anyduplication. Sample function output is shown below: (flatten-nums-nodup ‘ (1 2 (3 1) (a 2.5) (2 4.5) … Show more… Show morePlease do it with LISP and do not copy from other question Engineering & Technology Computer Science Share QuestionEmailCopy link Comments (0)