This code can tell me the location of the words batman and sei in the whole txt file: import re f = open('C:/pah.txt','r+') text = f.read() words ...
確定! 回上一頁