Python - Cara Mengurutkan String Secara Alfabet

raw = "Doctor Zhivago" print(sorted(raw))
thecodeteacher