Output of numbers=[4,5,6] newnumbers=tuple(map(lambda x: x,numbers)) print(newnumbers)
Answers
Answered by
1
Explanation:
Tuple. (map(lambda x: x,numbers)) print(newnumbers)....
Similar questions
Science,
4 months ago
Hindi,
4 months ago
Science,
4 months ago
Accountancy,
9 months ago
Computer Science,
9 months ago
Hindi,
1 year ago