a = "python"
b = "pythoN"
print(a > b)
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
16 questions
Arithmetic Types Declare Initialize Relation Logical Ops
Quiz
•
9th Grade - University
20 questions
Introduction to Python
Quiz
•
University
20 questions
Basic Python
Quiz
•
University
10 questions
CR1-Introducción a la Programación con Python
Quiz
•
University
10 questions
Java Static
Quiz
•
University
20 questions
PEMROGRAMAN WEB
Quiz
•
University
10 questions
Fundamentos de Programación
Quiz
•
University
19 questions
Prog1 A&D Quiz
Quiz
•
University
25 questions
Equations of Circles
Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)
Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System
Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice
Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers
Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons
Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)
Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review
Quiz
•
10th Grade