t244.py 67 B

12345
  1. def stuff(n):
  2. print not n
  3. for x in range(-5, 5):
  4. stuff(x)