Wordfile

Python - meten aantal Letters in een woord

Python - meten aantal Letters in een woord

 # Program to measure the number of letters in a word print ("Checking to see if words in list are longer than 8 characters.") # Open the text file and import it into the file object alphafile = open("wordfile.txt") # Do the following