Е
Size: a a a
Е
Е
J
Đ
while:
if x==True:
...
else:
break
Е
isstart = True
@bot.message_handler(commands=['st']) # ДИРЕКТОРИЯ
def st(command):
global isstart
isstart = True
if isstart:
# Полезная работа
@bot.message_handler(commands=['br']) # ДИРЕКТОРИЯ
def br(command):
global isstart
isstart = False
# Меняем переменную
Е
Е
J
Е
J
Е
KA
Е
isstart = True
@bot.message_handler(commands=['st']) # ДИРЕКТОРИЯ
def st(command):
global isstart
isstart = True
if isstart:
# Полезная работа
@bot.message_handler(commands=['br']) # ДИРЕКТОРИЯ
def br(command):
global isstart
isstart = False
# Меняем переменную
J
Е
KA
Е
KA
Е