
Common Words

让我们继续研究单词。给您两串用逗号隔开的单词。 试着找出这两个词串之间的共同点。同一字符串中的单词不会重复。
您的函数应找出两个字符串中出现的所有单词。 结果必须表示为按字母顺序用逗号分隔的单词字符串。
输入:两个参数字符串 (string).
输出常用词字符串 (string).
...
CheckiO Extensions allow you to use local files to solve missions. More info in a blog post.
In order to install CheckiO client you'll need installed Python (version at least 3.8)
Install CheckiO Client first:
pip3 install checkio_client
Configure your tool
checkio --domain=js config --key=
Sync solutions into your local folder
checkio sync
(in beta testing) Launch local server so your browser can use it and sync solution between local file end extension on the fly. (doesn't work for safari)
checkio serv -d
Alternatevly, you can install Chrome extension or FF addon
checkio install-plugin
checkio install-plugin --ff
checkio install-plugin --chromium
Read more here about other functionality that the checkio client provides. Feel free to submit an issue in case of any difficulties.