First time here? Check out the FAQ!
answered 11 years ago
I'm not sure what you are trying to do, but here is something you might be able to modify for your purpose.
a = [0, 0, 0, 0, 0, 2/25, 13/20, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] b = range(50,70) q=map(lambda x: arrow((0,0),x),zip(a,b)) add(q)