Question: 3. a) What will be printed by the following code snippet? Write your answers for each print statement in the blanks corresponding to each print
3. a) What will be printed by the following code snippet? Write your answers for each print statement in the blanks corresponding to each print statement. data = "CSE8A, Winter 2023" items = data.split (",") print (items) items.insert (2, "UCSD") print (items) new_data = ":".join(items) print (new_data)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
