CJ
Size: a a a
CJ
PB
CJ
VA
CJ
VA
VA
VA
def get_all_ids(filename: str) -> bool:
try:
with open(filename, "r") as f_read:
return [id_n.strip() for id_n in f_read.readlines()]
except FileNotFoundError:
return False
for client_id in get_all_ids("id.txt"):
ТУТ ОТПРАВКА СООБЩЕНИЯ НА client_id
VA
CJ
PB
PB
CJ
VA
PB
VA