cython — Easy Playground
C extensions for Python: compile Python to C for speed
Getting started with cythonRun locally
Install
pip install cythonPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: cython)
cython is a third-party package. C extensions for Python: compile Python to C for speed. Install with: pip install cython
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?