AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 DeepSeek-Reasonix
convert.py
根目录
/
benchmarks
/
verification-stress
/
tasks
/
vs-pos-tempconv
/
workdir
/
convert.py
1
def c_to_f(c):
2
return c * 5 / 9 + 32
3
3 lines
PYTHON