Run
x = 7 output = bool(x) print(f'x : {x}') print(f'bool(x) : {output}')
Output