мне твое горлопанство надоело. Во всех темах.
К чему эта реплика?
Ты сможешь написать более каечственый продукт, лучше чем опенсорс?
Хотелось бы учить на реальных задачах.
f3
, а именно оно и объясняется в приведённой мной цитате.str.rsplit(sep=None, maxsplit=-1)
Return a list of the words in the string, using sep as the delimiter string. If maxsplit is given, at most maxsplit splits are done, the rightmost ones. If sep is not specified or None, any whitespace string is a separator. Except for splitting from the right, rsplit() behaves like split() which is described in detail below.