Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

y = ['Janet', 'Jessy', 'Kelly', 'Alice', 'Joe', 'Bob']

y.sort()
print (y)

You might also like