Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Whatis the output of the below code?
What
is the output of the below code?
list = [‘apples’,‘bananas’, ‘pears’]
list = [‘apples’,
‘bananas’, ‘pears’]
string = “;”.join(list)
print(string)
“apples
bananas pears”
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!