add Task304.py

This commit is contained in:
Grzegorz Rogozik 2020-01-12 16:43:33 +01:00
parent 9419fb1ffb
commit ca82bf0d9c

6
regexp/Task304.py Normal file
View File

@ -0,0 +1,6 @@
import re
def split_list(string):
list = re.split(' *, *|:',string)
return list