Files
Gainsight/Scripts/temp.py

6 lines
462 B
Python

propslist = '["Anthology 101: Essential", "Anthology Student: Essential", "Power BI: Essential", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""]'
# propslist.split(',')
props = propslist.replace(']','').replace('[','').replace('"",','')
props2 = props.replace('"','')
print(props2)