x = "a" y = "b" z = "c" print(string.byte(x)) print(string.byte(y)) print(string.byte(z))