Note
各种语言的函数学习,代码学习
for i in range(100) #i从0到99
range: range([start,] stop[, step])
xrange([start,] stop[, step])
zip(xp, yp)
list(zip(xp,yp))



Newton Interpolation
运用运动学模型实现路径跟踪