import random def importword(): # finding a random word in the dictionary file = open("wdd.txt", "r") for x in range(0,random.randint(0,466909)): word = file.readline(x) return word