Python Quiz Ver- 1.3

Quiz
•
Computers
•
University
•
Hard
Rahul Mahato
Used 5+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = "python"
b = "pythoN"
print(a > b)
False
True
Error
None of these
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
a=100
b=5
print(a//b*a/b)
400.0
300.0
200.0
100.0
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x = [1,2,3]
y=x
y[1] = 4
print(x)
[1,2,3]
[1,4,3]
[1,4]
[4,2,3]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x, y = 67, 80
x, y, z = 1, 2, 3
print (x,y,z)
1 2 3
67 80 3
Error
67 2 80
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x = 0
while x < 20:
x = x + 3
print (x)
18
19
20
21
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
set1 = { 1, 2, 3, int('4') }
set2 = {3, str(4) }
print( set1.union(set2) )
{1, 2, 3, 4, '4' }
{1, 2, 3, 4}
{1, 2, 3, '4' }
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
sum = lambda x, y: x+y
print(sum(3, 4))
7
7.0
7.00
Error
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Java quiz based on inheritance

Quiz
•
University
20 questions
Python for beginners

Quiz
•
University
10 questions
Python Basics

Quiz
•
University
10 questions
Python 1

Quiz
•
University
10 questions
Python

Quiz
•
University
20 questions
Introduction To Python

Quiz
•
University
10 questions
Python Unit 3

Quiz
•
University
10 questions
Introducción a Python

Quiz
•
University
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
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University