Quiz Intermediário de Python

Quiz Intermediário de Python

2nd Grade

30 Qs

quiz-placeholder

Similar activities

Capacitores

Capacitores

2nd Grade

33 Qs

Quiz Final

Quiz Final

2nd Grade

30 Qs

Contrato mercantil

Contrato mercantil

1st - 12th Grade

30 Qs

Desafio Java: Aventura OO!

Desafio Java: Aventura OO!

2nd Grade

30 Qs

Quiz Intermediário de Python

Quiz Intermediário de Python

Assessment

Quiz

Instructional Technology

2nd Grade

Medium

Created by

Renan Santos

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a saída do seguinte código Python? ```python print("Hello, World!"[::-1]) ```

Hello, World!

!dlroW ,olleH

Hello, World

Erro de sintaxe

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6

8

4

10

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a função usada para obter a entrada do usuário em Python 3?

input()

raw_input()

get_input()

read()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a saída do seguinte código? ```python print(type(3.14)) ```

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a função usada para converter uma string em um número inteiro em Python?

str()

int()

float()

list()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a saída do seguinte código? ```python print(len("Python")) ```

5

6

7

8

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a saída do seguinte código? ```python print(2 ** 3) ```

6

8

9

12

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?

Discover more resources for Instructional Technology