Removing everything that isnt a to z

后端 未结 0 539

This is my program:

def count_occurances(lst):
    d = {}
    contents = lst #Filling the dictonary
    contents =  map(str, contents)
    for contents in lst         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题