#63Multiple Choice

What is the expected output of the following code? mytu = ('a', 'b', 'c') m = tuple(map(lambda x: chr(ord(x) + 1), mytu)) print(m[-2])

Premium Content

Create a free account to preview more questions, or enroll for full access.

Get Started Free
Previous
Question 63 of 129
Exam PCAP-31-03 Topic 1 Question 63
Back to all questions
Next