
python1

Quiz
•
Computers
•
KG - 4th Grade
•
Hard
jo denayer
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
x = 5
y = x
x = 6
what is y
5
6
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
a = 5
for x in range(10):
a = a if x != 0 else 0
What is the value of a at the end?
0
5
9
10
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
l1 = [1,2,3,4]
l2 = [1,2,3,4]
what will the following statement result in?
l1 is l2
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
10 // 3
0
10
3
1
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
x = 10
y = 5
if y == 5:
print('five')
elif x == 10:
print('ten')
elif y==5 and x == 10:
print('fifteen')
What gets printed?
'five'
'ten'
'fifteen'
all of the other answers together
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
def add():
x = 5
y = 8
val = x + x * y
Calling this function returns?
80
45
Nothing
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
what is the data type of the following?
aTuple = (1,'Jhon', 1+3j)
print(type(aTuple[2:3]))
list
complex
tuple
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Python Conditionals and If Statements

Quiz
•
8th Grade - University
11 questions
Python Ifs, Lists, and Loops

Quiz
•
7th - 8th Grade
15 questions
Python Language Programming

Quiz
•
University
10 questions
Q1 - Python

Quiz
•
University
10 questions
Techno India University Python Quiz Contest

Quiz
•
University
13 questions
Y9 Homework 1: Python Revisited 1

Quiz
•
9th Grade
12 questions
PCAP Module 4 Review

Quiz
•
9th - 12th Grade
10 questions
Intro to Python

Quiz
•
8th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade