8 lines
318 B
Plaintext
8 lines
318 B
Plaintext
Write a program to find lines containing the word "pies" separated by spaces.
|
|
The word does not need to have space on the left if it is the line beginning or space on the right if it is line ending.
|
|
Return line no matter of word "pies" casing.
|
|
Make use of regular expressions.
|
|
|
|
POINTS: 1
|
|
DEADLINE: 2020-11-27 23:59:59
|