Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @bot.message_handler(commands=['vana'])
- def read_imena(message):
- with open('./txt/imena.txt') as f:
- c = random.randint(0, 40)
- imena = f.read().split('\n')
- random.shuffle(imena)
- return imena[0]
- try:
- bot.send_message(message.chat.id, "Тебя зовут " +str(imena)+ " и тебе " +str(c)+ " лет")
Advertisement
Add Comment
Please, Sign In to add comment