Monkey Typing, question about the parameter
Hi,
the function was called with two parameter:
count_words("How aresjfhdskfhskd you?", {"how", "are", "you", "hello"})
The second seems like a list of strings but have {}-brackets like a dictionary but without keys/values. I'm confused...