ImportError: cannot import name 'services' from 'WorldTimeAPI'
(/home/eyex/.local/lib/python3.10/site-packages/WorldTimeAPI/__init__.py)
主页
/
user-504478
Eyex's questions
有一个功能是从列表中随机选择一张照片发送出去,但是必须附上与图片匹配的文字,如何实现呢?
elif message.text.strip() == 'Філософ':
bot.send_photo(message.chat.id, open(random.choice(photo), 'rb'));
如何使用 Telebot 库在 Python c 中编写代码,机器人将在其中将接收到的文本与数组进行比较并给出答案?