Given the following code: motorcycles = ['honda', 'yamaha', 'suzuki']; print(motorcycles[1].title(What is the output?