t106.py 55 B

1
  1. print [x*x for x in range(20) if x > 10 if x % 2 == 0]