#1) Write a Python program to convert a given list of tuples to a list of lists. #Original list of tuples: [(1, 2), (2, 3), (3, 4)] Convert the said list of tuples to ...
# 9) wap to create a new list taking specific elements from a tuple and convert a string value to an integer ...