circlesIntersect(x1, y1, r1, x2, y2, r2

circlesIntersect(x1, y1, r1, x2, y2, r2

Write the function circlesIntersect(x1, y1, r1, x2, y2, r2) that takes 6 numbers (ints or floats) -- x1, y1, r1, x2, y2, r2 -- that describe the circle centered at (x1,y1) with radius r1, and the circle centered at (x2,y2) with radius r2, and returns True if the two circles intersect and False otherwise. Intersecting circles must touch or overlap at one or more points.

信息

ID
1006
难度
(无)
分类
(无)
标签
(无)
递交数
0
已通过
0
通过率
?
上传者