Run
x = 5 output = bytes(x) print(f'x : {x}') print(f'bytes(x) : {output}')
Output