Which statement creates the bytes literal when run?
Choose the correct option from below list
(1)bytes_literal = bytes.str.count(0x54)
(2)bytes_literal = bytes.encoded.count(0x54)
(3)bytes_literal = bytes(str_literal,'utf-8')
(4)bytes_literal = b'Copyright \xc2\xa9'