We can fetch all the numbers from the string by using the regular expression'[0-9]+' with re.findall() method. The [0-9] represents finding all ...
確定! 回上一頁