Entrada e Saída em Python

Entrada e Saída em Python

University

16 Qs

quiz-placeholder

Similar activities

RACHA CUCA  PEREIRA'S

RACHA CUCA PEREIRA'S

University

13 Qs

Introdução PHP

Introdução PHP

University

14 Qs

Segurança de Redes

Segurança de Redes

11th Grade - Professional Development

11 Qs

Revisão 1ª AV - Desenvolvimento Mobile

Revisão 1ª AV - Desenvolvimento Mobile

University

20 Qs

Quiz Beatifulsoup

Quiz Beatifulsoup

University

15 Qs

PD Quiz

PD Quiz

University

15 Qs

Ralph-Quiz

Ralph-Quiz

4th Grade - University

18 Qs

Python básico

Python básico

University

16 Qs

Entrada e Saída em Python

Entrada e Saída em Python

Assessment

Quiz

Computers

University

Medium

Created by

Vanessa Dantas

Used 12+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?