let array = ["Frodo", "Samwise", "Merry", "Pippin"] print(array.randomElement()!) // Using ! knowing I have array.count > 0