A partir de 1º de janeiro de 2020, Python abandonou oficialmente o suporte para python2. Você pode verificar sua versão de Python na linha de comando ao executar: python --version. No Google Colab podemos impor a versão de Python, clicando em Runtime -> Change Runtime Type e selecionando python3.


Observe o seguinte trecho de código apresentado no Google Colab:


Descrição de imagem: a imagem mostra um pequeno trecho de código em Python, trabalhando um vetor. Na linha 1, lê-se: x, s, igual a, abre colchete, três, vírgula, um, vírgula, dois, vírgula, zero, vírgula, quatro, vírgula, nove, fecha colchetes. Na linha 2, lê-se: print, abre parêntese, x, s, abre colchete, dois, fecha colchete, fecha parêntese. Na linha 3, lê-se: print, abre parêntese, x, s, abre colchete, menos dois, fecha colchete, fecha parêntese.

Podemos afirmar que a saída do código anterior será respectivamente:

a.
2 e 2

b.
1 e 0

c.
2 e 0

d.
2 e 4

e.
1 e 4
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Lista de comentários


Helpful Social

Copyright © 2024 ELIBRARY.TIPS - All rights reserved.