Introduction

Length of String: Python is: 6. Main Menu. 1.Calculate Length of String ... for w in word]#searching dot from each word and replacing it by comma . text=' '.join(word)#creating a sentence again from list of words. text+='\n' file2.write(text)#writing the content to the file ... To count total characters in file, total words in file, total lines ... ................
................