返回 DeepSeek-Reasonix
calc.py
1 def add(a, b):
2 return a - b
3
4
5 def mul(a, b):
6 return a * b
7
7 lines PYTHON