So I have a list like below-
list = [scaler-1, scaler-2, scaler-3, backend-1, backend-2, backend-3]
I want to create another list from it with the words which starts with 'backend'.How can i do that ?
Please note the content of the list will change from system to system, I want my code to be dynamic, any help?