Run
x = 52 output = bin(x) print(f'x : {x}') print(f'bin(x) : {output}')
Output