Create a variable named carname and assign the value Volvo to it.
Variables & Lists

Quiz
•
Computers
•
6th Grade
•
Hard
Fazla Fairooz
Used 1+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
carname = "Volvo"
Carname = "Volvo"
carname = Volvo
Volvo = carname
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Create a variable named x and assign the value 50 to it.
50 = x
50 = X
x = 50
X = 5 + 10
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Display the sum of 5 + 10, using two variables: x and y.
x = 5
y = 10
print(x + y)
x = 5
y = 5
print(x - y)
x = 5
y = 10
print(x)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Create a variable called z, assign x + y to it, and display the result.
x = 5
y = 10
a = x + y
print(z)
x = 5
y = 10
z = x + y
print(z)
x = 5
y = 10
z = x - y
print(z)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
From the following what is the incorrect variable name
Var = 5
Name = "Hello"
Python = False
2my-first_name = "John"
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Print the second item in the fruits list.
print(______)
Fill in the blank
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Change the value from "apple" to "kiwi", in the fruits list.
fruits = ["apple", "banana", "cherry"]
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Python3

Quiz
•
4th Grade - University
10 questions
Fruits

Quiz
•
1st - 12th Grade
10 questions
Python Variables

Quiz
•
6th Grade
15 questions
Python Programming

Quiz
•
5th Grade - University
16 questions
Loops

Quiz
•
5th - 12th Grade
10 questions
Short Cut Keys

Quiz
•
3rd - 10th Grade
15 questions
Python Lists Quiz

Quiz
•
6th Grade
10 questions
Computer keyboard shortcut keys

Quiz
•
5th - 10th 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
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
20 questions
Final Exam Vocabulary

Quiz
•
6th Grade
11 questions
Decimal/fraction conversions quick check

Quiz
•
5th - 7th Grade
10 questions
Identifying equations

Quiz
•
KG - University
49 questions
How Well Do You Know Your 6th Grade Teachers?

Quiz
•
6th Grade
5 questions
Multiply Decimals

Lesson
•
5th - 6th Grade
10 questions
Adding and Subtracting Decimals

Quiz
•
6th Grade
33 questions
Mechanical Energy Transfer

Quiz
•
6th Grade