코드 읽기 테스트

버전: read-test-001

def test_sum(a, b):
    return a + b

result = test_sum(17, 25)