This commit is contained in:
= 2020-11-07 20:44:11 +01:00
commit 6c0d26c40e
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ file1 = open("shakespeare.res", "a")
for line in sys.stdin:
if is_hamlet_in_line(line):
file1.write(line)
print(line.rstrip('\n'))
print(line.rstrip('\n'))