fork download
  1. string = "NO PICK: hey there, hey you,NO PICK:hey there you, haha"
  2. print( ', '.join([x.strip() for x in string.split(",") if "NO PICK:" not in x]).strip() )
Success #stdin #stdout 0.02s 9256KB
stdin
Standard input is empty
stdout
hey you, haha