if int(input()) == 0: pass
if bool(int(input())): pass
Used when Pylint detects comparison to a 0 constant.