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.

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.


send_number(5)


Learn More :