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