Question: What does this code snippet print? fruit = [b, n, n] print(a.join(fruit))
What does this code snippet print? fruit = ["b", "n", "n"] print("a".join(fruit))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
