Code:
#-------------------------------------------------# # Set Variables # #-------------------------------------------------# input = open("file.txt") whitelist = ('a','b','c','d','e','f','g') # whitelist of letters letters = {} #-------------------------------------------------# # Functions # #-------------------------------------------------#
Leave a comment: