Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions onlyfilereadwrite.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

print ("## IT'S STARTING OF ONLYFILE READWRITE SCRIPT ##")
def createnegfile(filename,word):
# filename = input("Enter destination file name in string format :")
# filename = input("Enter destination & file name in string format :")
f = open(filename,'a')
f.writelines(word +"\n")

Expand Down Expand Up @@ -55,4 +55,4 @@ def searchwordinposfile(word,sourcename):