What type of variable is x = 15.8?
Review Python

Quiz
•
Computers
•
12th Grade
•
Medium
Anne Schreiber
Used 12+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
String
Float
Integer
Boolean
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to create a variable?
create.variable(‘x’)
x == 25
print (‘Create variable x=25’)
x = 25
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select the right statement:
25 < 8
3%3 == 1
5 + 2 > 6
33 - 9 < 10
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
which of the following options removes an element from a list called tower:
tower.append(“carrot”)
tower.pop(5)
tower[1]=”blue”
tower.insert(1,”orange”)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Python, we can create lists that include elements of many different types (floats, strings and integers)?
True
False
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the correct way of extracting the word “dog” from the list:
Animals= [“cat”,”dog”,”bird”]
Animals(2)
Animals[1]
Animals[2]
Animals(1)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select the correct answer:
if a<b
print(a)
if a<b:
print(a)
if (a=b):
print(b)
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Python Quiz

Quiz
•
12th Grade
20 questions
Lists in Python

Quiz
•
11th - 12th Grade
20 questions
Unit 5 Quiz - Loops & Lists (code.org)

Quiz
•
10th - 12th Grade
20 questions
Week 8

Quiz
•
12th Grade
20 questions
AP CSP Unit 6

Quiz
•
10th - 12th Grade
20 questions
Python Programming Quiz

Quiz
•
9th Grade - University
20 questions
Python Quiz (part 1)

Quiz
•
9th - 12th Grade
20 questions
function in python

Quiz
•
12th Grade
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
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

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

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University