3 lines
87 B
Python
3 lines
87 B
Python
bicycles = ['trek', 'cannondale', 'redline', 'specialized']
|
|
print(bicycles[0].title())
|