- Replace The Input With Your First Name Inputs Fname Is A String Output The Function Should Return The Fname 1 (7.3 KiB) Viewed 59 times
# Replace the input with your first name. # Inputs: #fname is a string. # Output: # The function should return the fname
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
# Replace the input with your first name. # Inputs: #fname is a string. # Output: # The function should return the fname
# 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