Files
ljy_test1/test.py

3 lines
68 B
Python
Raw Normal View History

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