Answer the question
In order to leave comments, you need to log in
How to arrange the buttons correctly?
How to arrange 4 buttons 2 by two?
def get_keyboard():
keyboard = types.ReplyKeyboardMarkup(resize_keyboard=True)
keyboard.add(*[types.KeyboardButton(name) for name in ['Стратегия 1.0 ', 'Стратегия 2.0 ', 'Инструкция', 'Поддержка']])
return keyboard
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question