Question: Python code please Fun moment: Can you correct the spelling of the sentence above? Q4: Random Name Generator Given lists of first_names and last_names, generate
Python code please
Fun moment: Can you correct the spelling of the sentence above? Q4: Random Name Generator Given lists of first_names and last_names, generate all possible names in the form of last_name, first_name. Knowledge required: nested loops \[ \begin{array}{l} \text { [ ] } 1 \text { first_names }=\text { ['Anna', 'Carrie', 'Justin', 'Lacie'] } \\ 2 \text { last_names }=\text { ['Case', 'Conda', 'Curtains', 'Oakey' ] } \\ 3 \end{array} \] [ ] 1 \#\#\# Write your code here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
