Identify the valid declaration of L:
L = ['Mon', '23', 'hello', '60.5']
list
Reason — A list can store a sequence of values belonging to any data type and enclosed in square brackets.