Informática, perguntado por higorgabriel153, 5 meses atrás

PROGRAME EM PYTHONE INSIRA OS RESULTADOS:
1 -Considerando a = 10 e b =20, temos que:
a > b
a < b
a == b
a >= 10
b <= a
a != b

Por Favor me ajudem e sem gracinhas se não denuncio !!!

Soluções para a tarefa

Respondido por bernardeslcs
2

Resposta:

Explicação:

a > b FALSE

a < b  TRUE

a == b FALSE

a >= 10 FALSE

b <= a FALSE

a != b TRUE

Perguntas interessantes