0 votes
146 views
in General by (0 points)
closed by

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'

closed

1 Answer

0 votes
by (0 points)
 
Best answer
4

2.8k questions

2.8k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...