Problem 4: Make A List (100 pts)

In this problem you will create the list with the following box-and-pointer diagram:

list

Challenge: try to create this list in multiple ways, and using multiple list constructors!

(define lst
  'YOUR-CODE-HERE
)