# Replace the input with your first name. # Inputs: #fname is a string. # Output: # The function should return the fname
Posted: Fri Jul 08, 2022 6:15 am
# Replace the input with your first name. # Inputs: #fname is a string. # Output: # The function should return the fname with updated name. def q2a (fname): # Insert your code here return fname