在C里:
  for(int i = 0;i < 5;i++)
Python里則表示為:
  for i in range(0,5)