Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
a = float(input()) b = a * 1.8 + 32 print(b)
await msg.edit_text(f'{name}: <b>{price}</b> ' + '\n' + f'Кол-во обновлений было: {i+1}')
i
"os.walk" исключение директорий?
n = sorted(list(map(int, sum([input().split(' ') for i in range(int(input()))], [])))) print(' '.join(map(str, n)))
INFO
client = discord.Client(intents=discord.Intents.default())
while True:
for i in range(3): print('\b', flush=True, end='') print(i)
if type(a1) is float
def queue(message): time1 = random.randrange(0, 20, 2) time_check = random.randrange(2, 5) time.sleep(time_check) bot.send_message(message.chat.id, "Ваш файл: " str(time1))
t = threading.Timer(5, parc_txt, args=[txt])
balance = c.execute("SELECT balance FROM users WHERE user_id=?", user_id).fetchone()[0]
SELECT referrer_id FROM <имя_таблицы> WHERE user_id=5662421033
sudo apt install dkms
python C:\Users\Asus\PycharmProjects\pythonProject8\main.py
a = 1 n = 1 while a > 0: while n != 0: n += 1 if n % 2 == 0: n = n/2 else: n = n + 1 if n == 0: print(yes) else: print(no) a -= 1