add Task304.py
This commit is contained in:
parent
9419fb1ffb
commit
ca82bf0d9c
6
regexp/Task304.py
Normal file
6
regexp/Task304.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
import re
|
||||||
|
|
||||||
|
|
||||||
|
def split_list(string):
|
||||||
|
list = re.split(' *, *|:',string)
|
||||||
|
return list
|
Loading…
Reference in New Issue
Block a user