f = open(\'wordlist.txt\',\'w\') for x in range(4): u = input(\'please enter how many words you like to write\') f.write(u + \'\\n\') print(\'it have been w