Create a function (you can choose its name yourself) that takes an input of the user's name as a string argument and returns the following message: "userName is learning how to call functions!"
After creating the function, call it within the main function of your program.