Questão de Arquitetura de Software — Software — IF-MT 2023
Arquitetura de SoftwareSoftware
- Código
- qq952014
- Banca
- IF-MT
- Órgão
- IF-MT
- Ano
- 2023
- Nível
- Superior
- Cargo
- Analista de Tecnologia da Informação
Qual é o resultado da execução do código escrito na linguagem Python 3.10 apresentado a seguir?a = 0b = 0c = 256d = 256 + 0print(f'{a is b} {c is d}')
- ATrue False.
- BFalse False.
- CTrue True.
- Da is b c is d.
- EFalse.