MW
start — 5, слеш — 1, пробел — 1.
Size: a a a
MW
s
MW
EA
s
KA
s
KA
MW
s
MW
MW
MW
MW
s
EM
@bot.message_handler(commands=['google'])
def google_mes(message):
try:
_,link = message.text.split(maxsplit=1)
resp = 'http://lmgtfy.com/?q='
resp += '{}'.format(link.replace(' ','+'))
EM
EM
EM