i = ('text')
как включить в текст, переменную, чтобы кнопка отображалась правильно?
``
import telebot
import config
import random
from telebot import types
bot = telebot.TeleBot(config.TOKEN)
i = ('text')
x = ('text')
z = ('text')
y = ('text')
@bot.message_handler(commands=['start'])
def...