Question: in python. must assign to roster variable Write a statement that creates the concatenation of the three strings name1, name 2 , and name 3
Write a statement that creates the concatenation of the three strings name1, name 2 , and name 3 , separated by commas, and assigns the result to a variable named roster. So if name1, name2, and name3, were (respectively) "Neville", "Dean", and "Seamus", your statement would assign "Neville,Dean, Seamus" to the roster variable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
