Un dibujo de una flor amarilla, el centro negro y con un tallo verde
function that: add two numbers together ```python def add(a, b): return a + b add(1, 2) ``` function that: Un dibujo de una flor amarilla, el centro negro y con un tallo verde ```Python