CPythonEasy Playground

The reference Python implementation written in C; what you get from python.org

What is CPython?Run locally
Install
https://www.python.org/downloads/
Python CodeRun locally

CPython is the reference python implementation written in c; what you get from python.org. It provides an alternative way to run Python code.

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?