91.6k views
5 votes
What is strFirst? def username (strFirst, strLast): return strFirst + strLast[0] answer = username ('Joann', 'Doe') print (answer) strFirst is a A. Parameter B. Return value C. Function

1 Answer

1 vote
The answer is B as in Boy
User Localghost
by
5.2k points