TripleSeat templates, along with Futuri (both for header and transcript updates). Create SCORM course node script. Added some todos as well.
This commit is contained in:
5
Scripts/temp.py
Normal file
5
Scripts/temp.py
Normal file
@ -0,0 +1,5 @@
|
||||
propslist = '["Anthology 101: Essential", "Anthology Student: Essential", "Power BI: Essential", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""]'
|
||||
# propslist.split(',')
|
||||
props = propslist.replace(']','').replace('[','').replace('"",','')
|
||||
props2 = props.replace('"','')
|
||||
print(props2)
|
||||
Reference in New Issue
Block a user