Question: in python. already answred on here but both answers are incorrect. Assume the variable first is assigned a string that is a person's first name,
Assume the variable first is assigned a string that is a person's first name, and the variable last is assigned a string that is a person's last name. Write a statement that assigns to the full_name variable the person's full name in the form "Last, First". So, if f irst is assigned "alan" and last is assigned "turing", then full_name would be assigned "Turing,Alan". (Note the capitalization! Note: no spaces!) And if f irst and last were "Florean" and "fortescue" respectively, then full_name would be assigned "Fortescue,Florean
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
