We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb50b62 commit a32ae7eCopy full SHA for a32ae7e
Python_Data_Structures_assignments/Assignment_8.4.py
@@ -1,3 +1,5 @@
1
+#This program reads a text file and prints an ordered list of non repeating words.
2
+
3
file_name=input('Enter file name:') #ask user for file name
4
5
file_path=open(file_name)#open the file name input given by the user
0 commit comments