#15Multiple Choice
What is the expected behavior of the following code? the_list = "alpha;beta;gamma".split(";") the_string = ''.join(the_list) print(the_string.isalpha())
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free