Python - Cara Mengurutkan Cadena Secara Alfabet
raw = "Doctor Zhivago" print(sorted(raw))
thecodeteacher
raw = "Doctor Zhivago" print(sorted(raw))