Question: new to python need help e) Write a function 'fullName that takes two parameters string parametersfirstName and astname'. The function should return the full name,
new to python need help

e) Write a function 'fullName" that takes two parameters string parametersfirstName and astname'. The function should return the full name, combining the first and last name, with a space in between. Test the function. print("My name is",fullName("a,on") The printout should be: My name is allen Wilson
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
