a_string = "abc" encoded_string = a_string. encode() byte_array = bytearray(encoded_string) print(byte_array)