tuple_item = ("Grepper") #print(tuple_item) converted = list(tuple_item) #print(type(converted)) converted.append(" is amazing") convert_to_tur = tuple(converted) print(convert_to_tur)