PLZZZ HELPPPP
Which list can be sorted with a bubble sort?



(4, 5, 6, 7)


('dog', 'cat', 'fish')


['dog', 'cat', 'fish', 'bird']


[2, 5, 'dog', 'cat']