#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
Previous
Question 15 of 129
Exam PCAP-31-03 Topic 1 Question 15
Back to all questions
Next