list1 = [input("Enter the values for the first list: ")] list2 = [input("Enter the values for the second list: ")] print(list1) print(list2) list3 = [] f