Write the code to call a function whose name is send_number. There is one argument for this function, which is an int. Send 5 as an argument to the function.
LANGUAGE: PYTHON
CHALLENGE:
Write the code to call a function whose name is send_number.
There is one argument for this function, which is an int.
Send 5 as an argument to the function.
SOLUTION:
send_number(5)