DEBSOURCES
Skip Quicknav
sources / python-refurb / 1.27.0-1 / test / data / err_116.py
123456789101112
# these will match _ = bin(1234)[2:] _ = oct(1234)[2:] _ = hex(1234)[2:] # these will not _ = bin(1234) _ = oct(1234) _ = hex(1234)