PLEASE HELP 99 POINTS

Read the following Python code:

skittles = 255
hexadecimalSkittles = hex(skittles)
print(hexadecimalSkittles)

Which of the following is the correct output?

A.0bff

B.0xff

C.0yff

D.0zff