Why doesn't my bot see messages from other bots?
Bots talking to each other could potentially get stuck in unwelcome loops. To avoid this, we decided that bots will not be able to see messages from other bots regardless of mode.
Боты, разговаривающие друг с другом, потенциально могут застрять в нежелательных петлях. Чтобы этого избежать, мы решили, что боты не смогут видеть сообщения от других ботов вне зависимости от режима.
with open('data/accounts.txt', 'r') as file:
- lines = file.readlines()
+ line = file.readlines()[1]
- for x in lines:
- login, password = x.split(':')[0], x.split(':')[1]
+ login, password = x.split(':')
bot.send_message(message.chat.id, login + password)
with open('data/accounts.txt', 'r') as file:
line = file.readlines()[1]
login, password = x.split(':')
bot.send_message(message.chat.id, login + password)
def game(num, attempts_count):
# code
if int(direction) == 2:
new_num = random.randint(0, 10)
game(new_num, attempts_count)
import sys
print(sys.argv[1]) # Тут будет полный путь к файлу с которым вы сделали "Открыть с помощью"
# sys.argv[2] sys.argv[3] и тд если вы перетащите несколько файлов
while True:
one = float( input ("Введите первое число: "))
two = float( input ("Введите второе число: "))
print ("Вы можете выбрать несколько действий: + - * /")
day = input ("Введите ваше действие: ")
if day == "*":
down = one * two
print ( down )
if day == "/":
down = one / two
print ( down )
if day == "-":
down = one - two
print ( down )
if day == "+":
down = one + two
print ( down )
else:
print ("Или вы пишите что-то непонятное или мой калькулятор так не умеет :(")
blockquote {
padding: 0.5em;
padding-left: 1.5em;
margin: 0;
border-left: 4px solid #000;
font-style: italic;
display: block;
margin-left: 0.8em;
background: linear-gradient(to right, transparent, rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.7), rgba(225,225,225,0.8), rgba(225,225,225,0.9), rgba(225,225,225,1) );
}
id || 1 | 2
user_id || 82650656375 | 3759265926
datetime_of_receiving || 22.01.2023 17:06:35 | 22.01.2023 17:06:35
withdrawal_datetime || 22.01.2023 18:06:35 | 22.01.2023 17:36:35
comment || Правило 1.6.2 | Правило 1.2