fullname = input("nhap ten day du: ") print(fullname) TachChuoi = fullname.split() print(TachChuoi) print(TachChuoi[len(TachChuoi)-1])