I know that "start" is incorrect but I guess you understand what I want to do... I know there is a function called "bytes" but I don't know how to use it correctly. For example I have this bytearray
'\x54\x68\x69\x73\x20\x70\x72\x6F\x67\x72\x61\x6D\x20\x6D\x75\x73\x74\x20\x62\x65'
how can I read this and start it with the python script? What functions should I use and what should I import? Thank you for your answers (I'm a newbie btw)