返回 DeepSeek-Reasonix
export.py
1 def export():
2 return b"id,name\n1,widget\n"
3
3 lines PYTHON