Call the add_ten() function inside the f-string.
add_ten()
Make sure to pick {, followed by add_ten(20), and finally }.
{
add_ten(20)
}