If S="Absolute”, then find the output of print(sorted(S)).
Answers
Answered by
4
ɧɛƖƖơ ɱąɬɛ
Answer:
['A', 'b', 'e', 'l', 'o', 's', 't', 'u']
Explanation:
In python sorted() is used to arrange all the alphabets in ascending order in the form of a list.
__________________________________
ɧơ℘ɛ ıɬ ɧɛƖ℘ʂ ყơų ☺
Similar questions