what is the output of the following code? def my_function(fname): print("Eng " + fname) my_function("Mohammed")