СИ
if "напиши сообщение" in text:
keysss = ["напиши сообщение"]
key1 = ["%20"]
for i in keysss:
text = text.replace(i, '')
text = text.strip()
for i in key1:
text = text.replace(i, '')
text = text.strip()
text2 = text[:2]
text3 =
webbrowser.open(f'https://vk.com/im?peers=&q={text2}')
