Downloads: https://yourdevice.net/downloads/avrdud ... wnload.php
Telegram: https://t.me/+RfIPhxqswnJlYTUy
Предложения, замечания, "хотелки", критика по работе с программой приветствуется
123
Код: Выделить всё
pip install Downloads\folderpyautogui\pyautoguiКод: Выделить всё
python3 -m pip install -U yt-dlpКод: Выделить всё
python -m pip install -U yt-dlpКод: Выделить всё
int main()
{
int x = 4857;
int a,b,c,d;
a = x/1000; // тысячи
b = x/100 % 10;// сотни
c = x/10 % 10;// десятки
d = x%10; // еденицы
printf("%d ", a);
printf("%d ", b);
printf("%d ", c);
printf("%d ", d);
return 0;
}
// Вывод
/// 4 8 5 7Код: Выделить всё
yt-dlp -f best -a list.txt