Leia a fonte da página do arquivo de texto Python
with open("file.txt") as f:
bs = BeautifulSoup(f.read())
Nice Narwhal
with open("file.txt") as f:
bs = BeautifulSoup(f.read())