cython def add_numbers(int a, int b) -> int: cdef int result result = a + b return result


上一篇:
下一篇:
切换中文