Untitled

 avatar
unknown
plain_text
2 years ago
61 B
4
Indexable
x1=2
x2=4
y1=5
y2=6
a=x2-x1
b=y2-y1
c=a*a+b*b
e=c**2
print(e)
Editor is loading...