chars = ['a', 'z', 'c', 'x']
sorted_chars = sorted(chars)
print(sorted_chars)

What is the output of the following python program

Posted on by