import telebot
bot = telebot.TeleBot ("token")
print ('1')@bot.message Handler (commands=['start', def send welcome (m):'help'])
bot.send message (
m.chat.id,"Sup") print ('2') ebot.message_Handler (func=lambda message: True) def echo all (m): bot.send message (
m.chat.id,"I don't understand \""+ m.text+"\"\nMaybe try the help page at/help") print ('3') bot.polling ()