3 lines
44 B
Python
3 lines
44 B
Python
text = "ggegrr-grg-"
|
|
|
|
print(text.split("-")) |
text = "ggegrr-grg-"
|
|
|
|
print(text.split("-")) |