Question: DrRacket Scheme, R5RS How do I make the output be only integers list rather than with parentheses? (By using list, append, car, cdr, etc. but

DrRacket Scheme, R5RS
How do I make the output be only integers list rather than with parentheses? (By using list, append, car, cdr, etc. but not cons, begin, let)
(define n-list (lambda (n) (if (
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
