Solution :
We need to write a function named ''_". The program takes a string and then returns a dictionary which maps the case insensitive word.
def _(s):
= ().split()
= {}
for in words:
if in .keys():
[x] += 1
else:
[x] = 1
return
4.7m questions
6.1m answers