Search Header Logo

Entrada e Saída em Python

Authored by Vanessa Dantas

Computers

University

Used 13+ times

Entrada e Saída em Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual comando em Python vai exibir a mensagem Amo Python ?

print (Amo Python)

print ("Amo Python")

print "Amo Python"

print = "Amo Python"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual o comando correto em Python para guardar um nome informado pelo usuário?

input ("Qual o seu nome?")

nome = input ("Qual o seu nome?")

nome = input (Qual o seu nome?)

input = "Qual o seu nome?"

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Em Python, qual função converte um número para um String?

int ( )

float ( )

str ( )

lower ( )

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Em Python, o que input faz?

Permite ao usuário alterar um programa

Permite que o usuário resolva uma tarefa

Converte tipos de dados

Permite que o usuário informe dados

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual comando em Python terá como resultado o valor exato 8?

int ("8.5")

str (8.5)

float ("8")

int (8.2)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Todos os comandos vão funcionar sem erros em Python, exceto:

int ("1500")

str ("sim")

float ("3,2")

int (str (7) )

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A instrução palavra = float ("97.34") é válida em Python?

Falso

Verdadeiro

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers