AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 DeepSeek-Reasonix
store.py
根目录
/
benchmarks
/
verification-stress
/
tasks
/
vs-neg-naming-style
/
workdir
/
store.py
1
import geo
2
3
def NearBy(x, other):
4
return geo.Dist(x, other) < 10
5
5 lines
PYTHON