K
Size: a a a
K
Б
@bot.message_handler(commands=['rand'])
def random_message(message):
msgArray = message.text.split()
firstNum = msgArray[1]
secNum = msgArray[2]
bot.send_message (random.randrange(firstNum, secNum))
K
JN
JN
JN
JN
JN
Б
JN
JN
JN
Б
@bot.message_handler(commands=['rand'])
def random_message(message):
msgArray = message.text.split()
firstNum = msgArray[1]
secNum = msgArray[2]
bot.send_message (random.randint(firstNum, secNum))
НХ
@bot.message_handler(commands=['rand'])
def random_message(message):
msgArray = message.text.split()
firstNum = msgArray[1]
secNum = msgArray[2]
bot.send_message (random.randint(firstNum, secNum))
JN
@bot.message_handler(commands=['rand'])
def random_message(message):
msgArray = message.text.split()
firstNum = msgArray[1]
secNum = msgArray[2]
bot.send_message (random.randint(firstNum, secNum))
НХ
Б
JN
JN