Cython使用 将Python语言用C编译成库,来使用,提高计算速度,简单实例。 fib primes 调用 import helloworld helloworld.fib(100) import primes primes.primes(22)