fix A01
This commit is contained in:
commit
6c0d26c40e
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user