import telebot
bot = telebot.TeleBot('......................................................')
@bot.message_handler(commands=['Start','Calculator'])
def getMessege(Messege):
bot.send_message(message.from_user.id, 'Привет!')
bot.polling(none_stop=False,interval=0)
def getMessege(Messege):
...
def getMessege(messege):
...