I have a markdown cell with text, and I want it to include some output from the code. For example, I have a variable a in Python that equals to 10, and I want that a markdown cell print something like this:
We have the variable a=10...
without me specifically writing down 10
