_tangle.pyx 104 B

123456
  1. # cdef extern from "tangle.h":
  2. # cdef void count_to(int i)
  3. def say_hi():
  4. return print('hiaii')