3 lines
75 B
Python
3 lines
75 B
Python
|
def cutting(sentence: str) -> list:
|
||
|
#.........
|
||
|
return list_of_words
|