News

Notice how we can write the Python function call just as though it were the name of an integer itself. This allows for very rapid and flexible coding! There are countless ways we can use this feature.
For each value, simply call PyObject_CallFunction(expression, "i", num). The “i” string tells Python that you will be passing an integer as the only argument. If the function you were calling took two ...