Python, delete specific names from list -


first select group named hairsystem1follicles , make list of make empty list things delete

i have tried 2 things, both useless. isolate elements in list name curve1 curve2 etc. not other things in list named loftfolicle*

assuming list named "hairsystem1follicles".

try list comprehension:

isolated = [ name name in hairsystem1follicles if name != "loftfolicle" ] 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -