inp_list =["1",'2','3','4','5','a'] print("Original list:",inp_list) print("After removing brackets:",*inp_list, sep = ',')