Question 6 Write a function to count the number of alphabets present in a text file “NOTES.txt”.
declaring function count_alpha( )
reading all the lines in the text file and assigning it to ‘l’
Iterating through each line in ‘l’ and assigning it to ‘line’
Iterating through each character in a word and assigning it to ‘char’
If a character is an alphabet, then increase the value of ‘c’ by 1
Invoking function count_alpha( )
Assigning a variable ‘c’ with value 0
Opening the text file in read mode and assigning it to file_object ‘f’
Iterating through each word in a line and assigning it to ‘word’
Checking if a character is an alphabet
Prints the number of alphabets
Closing the file
Output
Made by
Davneet Singh
Davneet Singh is an IIT Kanpur graduate and has been teaching for 16+ years. At Teachoo, he breaks down Maths, Science and Computer Science into simple steps so students understand concepts deeply and score with confidence.
Many students prefer Teachoo Black for a smooth, ad-free learning experience.
It looks like you're using AdBlock
Don't be a miser! Join Teachoo Black at ₹19 only to view the ad-free version of Teachoo.
Please login to view more pages. It's free :)
Teachoo gives you a better experience when you're logged in. Please login :)