#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