Объектагврзыагвопапишпчкрлвм
Ответ:
cities = []
N = int(input())
for i in range(N):
cities.append(str(input()))
new_city = input()
if new_city in set(cities):
print('TRY ANOTHER')
else:
print('OK')
Объяснение:
1).wix
2).zzz
это бесплатной хостинг и бесплатной сайт для создания сайтов
3).ибо вручную либо конструктором
Var a,b,c:byte;
begin
for c:=1 to 99 do begin
a:=c mod 2; b:=c mod 3;
if (a=0) and (b=0) then write (c);
end;
end.
Program koordunatu;
Var
x,y:real;
Begin
Write( 'x=>' );
readln(x);
Write( 'y=>' );
readln(y);
if (x=0) and (y=0) then
writeln('M(0,0)')
else
if x=0 then
writeln('OY')
else
if y=0 then
writeln('OX');
if (x>0) and (y>0) then writeln('І');
if (x<0) and (y>0) then writeln('II');
if (x<0) and (y<0) then writeln('III');
if (x>0) and (y<0) then writeln('IV')
End.