when use cython to create helloworld.c from helloworld.pyx , this error occured:
error compiling Cython file:
------------------------------------------------------------
...
print('hello world',end='')
^
------------------------------------------------------------
p21.pyx:1:23: Expected ')', found '='
my command to create helloworld.c is:
cython3 --embed p21.pyx