Skip to content

Commit ccc9035

Browse files
Update Assignment_8.5.py
1 parent 8f39c43 commit ccc9035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python_Data_Structures_assignments/Assignment_8.5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#This program finds the keyword 'From' and then strips out email addresses from a textfile.
1+
#This program finds the keyword 'From' and slice out email addresses from a textfile.
22

33
file_name=input("Enter File Name/Full Path: ")
44
try:

0 commit comments

Comments
 (0)