My Snippets
Archive
Premium
Untitled
Anonymous
plain_text
08/08/2023 9:14 AM
84 B
18
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...