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
12 questions
Python Basics

Quiz
•
University
10 questions
Homework 4- Data Types and Selection

Quiz
•
8th Grade
10 questions
Unit 1 Post Test: Basic Python

Quiz
•
9th - 12th Grade
10 questions
Exploring Python: Input and Output Essentials

Quiz
•
9th Grade - University
14 questions
Basic Python Quiz 3

Quiz
•
5th Grade
10 questions
Python-Code Right or Wrong

Quiz
•
7th - 8th Grade
10 questions
Computational Thinking & Python

Quiz
•
5th Grade
10 questions
Начала Python 8-9 класс

Quiz
•
8th - 9th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
12 questions
3-5 Digital Citizenship: Appropriate Use

Quiz
•
3rd - 5th Grade
10 questions
Keyboard Typing

Quiz
•
4th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade