1. #!/usr/bin/python. 2. import re. 3. . 4. line = "Learn to Analyze Data with Scientific Python";. 5. . 6. m = re.match( r'(.*) to (.*?) .*', line, re.
確定! 回上一頁