gdy użycie Cython stworzyć helloworld.c z helloworld.pyx ten błąd:Cython błąd kompilacji z funkcją drukowania Parametry
error compiling Cython file:
------------------------------------------------------------
...
print('hello world',end='')
^
------------------------------------------------------------
p21.pyx:1:23: Expected ')', found '='
moje polecenie, aby utworzyć helloworld.c jest:
cython3 --embed p21.pyx