Python3

Quiz
•
Computers
•
4th Grade - University
•
Easy
Opuere Falabi
Used 26+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the result of the code below
x, y, z = "Orange", "Banana", "Cherry"
print(x)
"Orange", "Banana", "Cherry"
"Banana",
"Banana", "Cherry"
"Orange"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x = y = z = "Mango"
print(x)
print(x)
"Mango"
banana
orange
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of the code below?
fruits = ["apple", "banana", "cherry"]
x, y, z = fruits
print(z)
"apple"
"cherry"
banana
None
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The Python print statement is often used to output variables.
True
False
None
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Run the code below
x = "awesome"
print("Python is " + x)
"Python awesome is "
"awesome is "
"Python
Python is awesome
None
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x = "Python is "
y = "awesome"
z = x + y
What code will you write to bring out the result of z
print(z)
print(x)
print(y)
print(yz)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x = "awesome"
def myfunc():
print("Python is " + x)
myfunc()
"Python is
"Python is awesome"
"Python is banana"
"Python is apple"
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python Variables

Quiz
•
6th Grade
10 questions
Python Basics

Quiz
•
University
10 questions
Python

Quiz
•
1st - 10th Grade
10 questions
2025

Quiz
•
11th Grade
15 questions
Section 3A: Collect and process data using lists

Quiz
•
12th Grade
10 questions
Python quiz

Quiz
•
10th Grade - Professi...
10 questions
Python Revision Tour

Quiz
•
12th Grade
11 questions
Python Round 3

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade