Files
ljy_test1/test.py
2026-02-26 16:40:18 +08:00

3 lines
68 B
Python

def add(a, b):
"""Return the sum of a and b."""
return a + b