t41.py 41 B

12
  1. x = [v*v for v in range(0,5)]
  2. print x[3]