3 lines
79 B
Python

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