rx = serial.readLine()
rxs = str(rx, 'utf-8').strip()
data = rxs.split(',')
print(data)
rx = serial.readLine()
print(rx)
import telebot
import requests
from bs4 import BeautifulSoup as b
bot = telebot.TeleBot('мой токен') # Replace with your bot token
URL = "https://region15.ru/"
clear_news = []
def update_news_page():
r = requests.get(URL)
soup = b(r.text, 'html.parser')
news = soup.find_all('div', class_='news-item')
global clear_news
clear_news = [c.text for c in news]
@bot.message_handler(commands=['start']) # Handle the '/start' command
def send_welcome(message):
bot.reply_to(message, 'Добро пожаловать, {}! \nЭто бот новостей Алании. \n команда на новости:/new_news'.format(message.from_user.first_name))
@bot.message_handler(commands=['new_news']) # Handle the '/start' command
def send_news(message):
update_news_page()
for i in range(10):
bot.send_message(message.chat.id, clear_news[i])
bot.polling() # Start the bot
str = "Романчук Владимир Иванович"
S1 = str.split("\n")
for i in input_strs:
S2 = i.split("\n")
If len(S1) == len(S2):
for word in S1:
If word not in S2:
break;
else:
print("good job")
import time
from threading import Thread
def foo(i):
time.sleep(1)
print(i)
for i in range(10):
t = Thread(target=foo, args=[1])
t.start()
print('hi' + str(i))
Elements* foo() {
Elements elements;
myMain(&elements);
}
void bar(Elements& e) {
// здесь состояние elements невалидное, обычные переменные, которые лежат внутри elements ещё чудом могут остаться валидными, а вот динамические массивы нет, так как вы их же руками и очищаете в free.
}