Buscar

One of the characteristics that beginner Python developers have is the fact that given familiarity with other programming languages such as the C l...

One of the characteristics that beginner Python developers have is the fact that given familiarity with other programming languages such as the C language or is that Python is a language characterized by type inference. About the Python language being characterized by type inference, mark the correct alternative:


a) It is the one that gives the programmer the freedom to choose whether to identify the variable type or not in their code.
b) It is the one that obliges the programmer to declare the types of variables that will be used in the code.
c) It is the one that does not oblige the programmer to declare the types of variables that will be used in the code.
d) It is the one that obliges the programmer to use delimitation keys in methods and repetition loops.
e) None of the above.

Essa pergunta também está no material:

Av sensores microcontroladores e programação em internet das coisas
1 pág.

💡 3 Respostas

User badge image

Rafaeel Araujo

a) confirmed , waall a quest in play

0
Dislike0
User badge image

passeii liberti2

Yes, is A.

0
Dislike0
User badge image

wagner emanoel


The correct alternative is:

c) It is the one that does not oblige the programmer to declare the types of variables that will be used in the code.

Python is dynamically typed, which means that you do not need to explicitly declare the type of a variable before using it. Python automatically infers the type of a variable based on the value assigned to it. This allows for greater flexibility and ease of use compared to statically typed languages like C, where variable types must be explicitly declared.

0
Dislike0

✏️ Responder

SetasNegritoItálicoSublinhadoTachadoCitaçãoCódigoLista numeradaLista com marcadoresSubscritoSobrescritoDiminuir recuoAumentar recuoCor da fonteCor de fundoAlinhamentoLimparInserir linkImagemFórmula

Para escrever sua resposta aqui, entre ou crie uma conta

User badge image

Outros materiais