Running Cython get the error “Expected an identifier or literal”

前端 未结 0 1096
孤独总比滥情好
孤独总比滥情好 2020-12-16 16:07

I running cython code in Juypter

%%cython
def g(int x):
    return x ** 2 - x
%timeit g(100)

and I get the error

Error compili         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题