What is the output of the following?
def to_upper(k):
k.upper()
x = ['ab', 'cd']
print(list(map(to_upper, x)))
Answers
Answered by
1
Answer:
Iam not getting what is your questions please clear your questions
Answered by
0
Answer:
what is this sorry i dont know
Similar questions