Qual é a maneira correta de declarar uma variável em Python?

Quiz de Python: Fundamentos e Práticas

Quiz
•
Other
•
University
•
Easy
Álvaro Rios
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
`var x = 10`
`x = 10`
`int x = 10`
`x := 10`
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual das seguintes opções é uma estrutura de decisão em Python?
`for`
`while`
`if`
`def`
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Qual é a saída do seguinte código Python? ```python x = 5 if x > 3: print("Maior que 3") else: print("Menor ou igual a 3") ```
`Menor ou igual a 3`
`Maior que 3`
`Erro de sintaxe`
`Nenhuma saída`
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual das seguintes opções é uma estrutura de repetição em Python?
`if`
`elif`
`for`
`def`
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Como você pode incluir uma variável dentro de uma string usando f-string?
`f"{variavel}"`
`"%s" % variavel`
`str(variavel)`
`variavel + ""`
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual das seguintes opções é uma coleção em Python?
`int`
`list`
`float`
`bool`
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Qual é a função correta para abrir um arquivo em modo de leitura em Python?
`open("arquivo.txt", "w")`
`open("arquivo.txt", "r")`
`open("arquivo.txt", "a")`
`open("arquivo.txt", "x")`
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Batch -1 |28-11-24 | Day -4 Data Analytics Workshop Quiz

Quiz
•
University
10 questions
Fundamentos de SIG

Quiz
•
University
10 questions
snakes

Quiz
•
3rd Grade - University
10 questions
PLACEMENT TEST DATA LITERATURE

Quiz
•
University
12 questions
Menulis Gelar Akademik

Quiz
•
University
12 questions
Ch 2 - Accessing Data - Part 1

Quiz
•
University
10 questions
WORD

Quiz
•
University
10 questions
Quiz sobre SGBD e Django

Quiz
•
6th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade