s = input('Enter the word to search in the file--> ') · fp = 'file.txt'//'fp' variable will store the filepath to the file · f = open(fp) //'f' variable will be ...
確定! 回上一頁