Como você adiciona um item ao final de uma lista em Python?
Python Quiz

Quiz
•
Computers
•
6th - 8th Grade
•
Medium
Guilherme Prado
Used 5+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
list.append(item)
list.insert(item)
list.push(item)
list.add(item)
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
O que é Python?
Uma linguagem de programação de baixo nível.
Uma linguagem de programação de alto nível.
Um sistema operacional.
Um banco de dados.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Como você cria uma variável com o valor 10 em Python?
var = 10
int var = 10
var : 10
int var := 10
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Qual a estrutura correta para um laço 'for' em Python?
for i = 0; i < 10; i++:
for i in range(10):
for (i = 0; i < 10; i++):
for i to 10:
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Qual a sintaxe correta para imprimir "Olá, Mundo!" em Python?
echo "Olá, Mundo!"
print("Olá, Mundo!")
printf("Olá, Mundo!")
cout << "Olá, Mundo!"
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Como você define uma função em Python?
function minha_funcao():
def minha_funcao():
func minha_funcao():
define minha_funcao():
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Qual destas opções é usada para verificar se um valor está presente em uma lista em Python?
if item in list:
if item is in list:
if item not in list:
if list has item:
8.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Qual a saída do seguinte código: print(2 + 3 * 2)?
10
7
12
8
9.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Qual o resultado da seguinte expressão: 4 / 2?
1
2
2.0
4
Similar Resources on Quizizz
11 questions
Computer Science

Quiz
•
4th - 6th Grade
10 questions
App Creators Lesson 2.1-2.4

Quiz
•
8th Grade
10 questions
KS4 Programming Techniques (1)

Quiz
•
8th - 10th Grade
9 questions
Python Lists

Quiz
•
7th - 11th Grade
12 questions
MicroBit

Quiz
•
7th - 8th Grade
10 questions
Pseudocode and Logic Quiz

Quiz
•
8th Grade
10 questions
L1 Console, Variables and Creating a Program

Quiz
•
8th Grade
8 questions
Զանգված, ցուցակ-7 Ձևավորող գնահատում

Quiz
•
7th Grade
Popular Resources on Quizizz
20 questions
math review

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
10 questions
Human Body Systems and Functions

Interactive video
•
6th - 8th Grade
19 questions
Math Review

Quiz
•
3rd Grade
45 questions
7th Grade Math EOG Review

Quiz
•
7th Grade