Hallynwright2402 Hallynwright2402 26-05-2023 Engineering contestada Write a Racket function count_list with type int list -> int that returns the number of items in a list. An item that is repeated is counted each time it appears in the list.