Using Python version : 2.7.5 OS: Linux
Path = ['azure_mico docker_telco /AWS Cloud/Test/DEMO/Service/DEV:', 'azure_mico google_telco /AWS Cloud/Test/Blender/Service/QA1:']
Actually the Path list is too lengthy, It has more than 200 values, bu just for an example I have provided only two;
I want to split the above list, and add a string before each value, and print the output. The expected output should look like below:
Cloud: azure_mico , Service: docker_telco , CloudPath: /AWS Cloud/Test/DEMO/Service/DEV
Cloud: azure_mico , Service: google_telco , CloudPath: /AWS Cloud/Test/Blender/Service/QA1