Day Task 9: Python Sets: (a). Create a set (b). Loop through a set (c). Check if an item exists (d). Add an item to a set (e). Add multiple items to a set (f). Get the length of a set (g). Remove an item in a set Remove an item in a set by using the discard() method Remove the last item in a set by using the pop() method Empty a set Delete a set Using the set() constructor to create a set (h). Sets Explained