Approach: The idea is to use Python re library to extract the sub-strings from the given string which match the pattern [0-9]+.
確定! 回上一頁