fork download
  1. import re
  2. re.split(r'[\s\,]+','a,b, c d')
  3. re.split(r'[\s\,\;]+','a;b;c d')
  4. # your code goes here
  5. # your code goes here
Success #stdin #stdout 0.11s 15536KB
stdin
Standard input is empty
stdout
Standard output is empty