Avshirokova51
?>

Хочу установить Seasnake на python. Команда: pip install seasnake. Мне пишет: ERROR: Could not find a version that satisfies the reqirment seasnake(from versions: none) ERROR: No matching distribution found for seasnake. Виндовс 7 Скажите что мне делать чтобы установить seasnake

Информатика

Ответы

Eduard Popik

Формула клейковируса

Александр Елена1290
Program v1;
var a,b,c: real;
begin
readln (a,b,c);
If c > a+b then writeln ( 'Такого треугольника не существует');
If a > c+b then writeln ( 'Такого треугольника не существует');
If b> a+c then writeln ( 'Такого треугольника не существует');
If a=b and a=c  then writeln ('Этот треугольник равносторонний');
If a=b or a=c or b=c then writeln ('Этот треугольник равнобедренный');
If a = scrt ( b*b + c*c) then writeln ('Этот треугольник прямоугольный');
If b = scrt (a*a + c*c) then writeln ('Этот треугольник прямоугольный');
If c = scrt (a*a + b*b) then writeln ('Этот треугольник прямоугольный');
end. 
Бурмистрова-Ирина660
Var a, b, c, rez: real;
begin
write('Введите число А: ');
readln(a);
write('Введите число B: ');
readln(b);
write('Введите число C: ');
readln(c);
if (a >= 0) and (b >= 0) and (c >= 0) then rez := a + b + c;
if (a >= 0) and (b >= 0) then rez := a + b;
if (a >= 0) and (c >= 0) then rez := a + c;
if (b >= 0) and (c >= 0) then rez := b + c;
if (a <= 0) and (b <= 0) then rez := c;
if (b <= 0) and (c <= 0) then rez := a;
if (a <= 0) and (c <= 0) then rez := b;
if (a <= 0) and (b <= 0) and (c <= 0) then rez := 0;
writeln(rez);
end.

Громоздко, но, думаю, покатит

Ответить на вопрос

Поделитесь своими знаниями, ответьте на вопрос:

Хочу установить Seasnake на python. Команда: pip install seasnake. Мне пишет: ERROR: Could not find a version that satisfies the reqirment seasnake(from versions: none) ERROR: No matching distribution found for seasnake. Виндовс 7 Скажите что мне делать чтобы установить seasnake
Ваше имя (никнейм)*
Email*
Комментарий*

Популярные вопросы в разделе

katarinacorvus825
siyaniemoskva
zodgener
rimmatrotskaia303
antrotip
juliavovo
alexeytikhonov
Aleksei368
is0019
KseniGum9
Владислав893
kodim4
vipppp19743355
kovalenko262
ykolkova76