Which of the following is a correct way to create a byte object?
Anonymous (not verified)
Subject
Correct answer position
1
Answer option 1
b'Python'
Answer option 2
bytes('Python')
Answer option 3
byte('Python')
English