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
Cyber Quiz Round 2

Quiz
•
9th - 12th Grade
20 questions
JavaScript Basics CodeHS

Quiz
•
7th - 12th Grade
20 questions
Lists in Python

Quiz
•
11th - 12th Grade
20 questions
Python list, if

Quiz
•
6th - 12th Grade
20 questions
Ch.8 - Introducing Python

Quiz
•
6th Grade - Professio...
20 questions
Python_if_else

Quiz
•
1st Grade - University
20 questions
list 6th

Quiz
•
7th Grade - University
20 questions
Python while loops

Quiz
•
12th Grade
Popular Resources on Quizizz
10 questions
Chains by Laurie Halse Anderson Chapters 1-3 Quiz

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
15 questions
Character Analysis

Quiz
•
4th Grade
12 questions
Multiplying Fractions

Quiz
•
6th Grade
30 questions
Biology Regents Review #1

Quiz
•
9th Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function

Quiz
•
9th - 12th Grade
Discover more resources for Computers
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function

Quiz
•
9th - 12th Grade
20 questions
Taxes

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

Quiz
•
9th - 12th Grade
14 questions
Attributes of Linear Functions

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

Quiz
•
KG - University
50 questions
Biology Regents Review 2: Ecology

Quiz
•
9th - 12th Grade
20 questions
Investing

Quiz
•
9th - 12th Grade