def k(a,b):
    return (b[1]-a[1])/(b[0]-a[0])
print(k([-2,5],[3,-5]))

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: