DEBSOURCES
Skip Quicknav
sources / pychecker / 0.8.19-10 / test_input / test63.py
123456789101112131415
'd' def x(v): count = 0 if v != 0: return 1 return count def y(v): x = len(v) if x == 0 : return x else : return x - 1