InlineKeyboardButton(text=str(numbers[0]) , callback_data=f"captcha_{numbers[0]}_{solution}"),
InlineKeyboardButton(text=str(numbers[1]) , callback_data=f"captcha_{numbers[1]}_{solution}"),
InlineKeyboardButton(text=str(numbers[2]) , callback_data=f"captcha_{numbers[2]}_{solution}")
).add(
InlineKeyboardButton(text=str(numbers[3]) , callback_data=f"captcha_{numbers[3]}_{solution}"),
InlineKeyboardButton(text=str(numbers[4]) , callback_data=f"captcha_{numbers[4]}_{solution}"),
InlineKeyboardButton(text=str(numbers[5]) , callback_data=f"captcha_{numbers[5]}_{solution}")
).add(
InlineKeyboardButton(text=str(numbers[6]) , callback_data=f"captcha_{numbers[6]}_{solution}"),
InlineKeyboardButton(text=str(numbers[7]) , callback_data=f"captcha_{numbers[7]}_{solution}"),
InlineKeyboardButton(text=str(numbers[8]) , callback_data=f"captcha_{numbers[8]}_{solution}")
А ты как думаешь? Повторяющиеся элементы.... Перебор чисел...
о боже
Обсуждают сегодня