Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 11 years ago

calc314 gravatar image

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)