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