(1) Let LL be a list of integers. Use list comprehension to produce teh following lists. Each one should just take onel line. Anser questions as two comments.
(a.) The sublist of LL consisting of the members that belong to teh closed interval [-10,10].
(b.) The list of hexadecimal values (as strings) of the entries of LL that are non-negative numbers.