Description Usage Arguments Value Examples
Add together two numbers.
1 | add_numbers(x, y)
|
x |
A number |
y |
A number |
the The sum of x
and y
1 | add_numbers(1, 2) # add 1 + 2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.