Advertisements
Advertisements
Question
Write the corresponding Python assignment statement:
Assign the concatenated value of string variables first, middle, and last to variable fullname. Make sure to incorporate blank spaces appropriately between different parts of names.
One Line Answer
Advertisements
Solution
fullname = first +" "+ middle +" "+ lastshaalaa.com
Is there an error in this question or solution?
