3 lines
87 B
Python

bicycles = ['trek', 'cannondale', 'redline', 'specialized']
print(bicycles[0].title())