第17737题 判断题
判断给定的匿名函数L(x1,y1,x2,y2)是否返回两点横坐标差平方与纵坐标差平方的和

给定的匿名函数定义如下:

L = lambda x1,y1,x2,y2:(x1-x2)**2 + (y1-y2)**2
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析