Sorted List: Consider the following list:

L = ['one','two','three', 'four', 'five', 'six']
print(sorted(L))
print (L)
Tags
programsbuzz banner