We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee98f5 commit b850d56Copy full SHA for b850d56
code3/re02.py
@@ -3,6 +3,5 @@
3
hand = open('mbox-short.txt')
4
for line in hand:
5
line = line.rstrip()
6
- if re.search('^From:', line) :
+ if re.search('^From:', line):
7
print(line)
8
-
0 commit comments