Skip to content

Commit a32ae7e

Browse files
Update Assignment_8.4.py
1 parent bb50b62 commit a32ae7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Python_Data_Structures_assignments/Assignment_8.4.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#This program reads a text file and prints an ordered list of non repeating words.
2+
13
file_name=input('Enter file name:') #ask user for file name
24

35
file_path=open(file_name)#open the file name input given by the user

0 commit comments

Comments
 (0)